Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp3011468pxu; Mon, 14 Dec 2020 17:51:40 -0800 (PST) X-Google-Smtp-Source: ABdhPJyVQKo3ol4IaYcbpXux81QC5rfPS/k6FxRkoWDIGgtG+UbaYJvVEQR1tTSxmaVZE8BWhBjH X-Received: by 2002:a17:906:a0c3:: with SMTP id bh3mr25192787ejb.497.1607997100271; Mon, 14 Dec 2020 17:51:40 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607997100; cv=none; d=google.com; s=arc-20160816; b=l4WyOeOIY53/Lu9jR4b6x/y5HJtaboHR2AWaD+RrIF7Td8PwMn80XpufGnIOIRO4Sx rEoTuBSe1180NFmspLrL32yZ82I8YqF463nNqoANuFBvJij/DUsbgbUnMhg4NWAJFGPk tAh6bSfnXR3qhPAmo3FqlYz8QRQCoY+k1iNJZbn65eqWQozs0MwWtz3ltPkFlIeVlZTP gXovxjDGs1TQNHeUQoh9r1Aa9AzaH3W/KjlVJ2sIaJpJmFlxmiVOLKJnfBTQkw4zCnvd hrUIveutXTsF9Y4jLbiQiQWbXghoBpWcT3WUCBSwCIwn2DywUX/v0r97JR15zg5E1hzT 2SyA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:mail-followup-to:reply-to:message-id :subject:cc:to:from:date; bh=ajE89FO/mVJyjpLn8I3bknW9PgvoXewdvNhAMTU03Rc=; b=vrC0yXTNq8N2vn2C6N/oNFC/rauQ3dkpfXipMmfPg+tU6HNfUaDYkwTsZGuBsxMnyU X5NZdNHccmrTNre3nuz4LG4BfkmYWqOT9wHd/8MRcjQWAyU+CRJgltz6l0encr2h2EGi GK6fqnqxEQvGB7BYNAwgMAPHKMAXcyB6WOGceVmyzyWoswYPGQKfrjf6o61Xcc2ifHTG uoEeI2K6zIhBCGQhsM6RBvrFY7TiySUeXVRSAmqWhDDrKDtt1C0tRlfH1QSvDBFsuNkJ yMD89JDKyK98CsaYRgfqqNtwgZEirvqsnQ9QvLPIfDtmi9FZgcqBaihGECDp77P5+tNp VI/Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id mm28si146513ejb.138.2020.12.14.17.51.16; Mon, 14 Dec 2020 17:51:40 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2503537AbgLNVie (ORCPT + 99 others); Mon, 14 Dec 2020 16:38:34 -0500 Received: from mx2.suse.de ([195.135.220.15]:33808 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727156AbgLNVid (ORCPT ); Mon, 14 Dec 2020 16:38:33 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 3059DAC7F; Mon, 14 Dec 2020 21:37:52 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 28C83DA7C3; Mon, 14 Dec 2020 22:36:13 +0100 (CET) Date: Mon, 14 Dec 2020 22:36:12 +0100 From: David Sterba To: Jens Axboe Cc: Stephen Rothwell , David Sterba , Damien Le Moal , Naohiro Aota , Christoph Hellwig , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build failure after merge of the block tree Message-ID: <20201214213612.GS6430@suse.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, Jens Axboe , Stephen Rothwell , David Sterba , Damien Le Moal , Naohiro Aota , Christoph Hellwig , Linux Kernel Mailing List , Linux Next Mailing List References: <20201202150149.42543862@canb.auug.org.au> <20201215070956.6852e939@canb.auug.org.au> <25c43226-f937-0866-9c0b-46867bd04cc7@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <25c43226-f937-0866-9c0b-46867bd04cc7@kernel.dk> User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 14, 2020 at 01:12:46PM -0700, Jens Axboe wrote: > On 12/14/20 1:09 PM, Stephen Rothwell wrote: > > Just a reminder that I am still applying the above merge fix. > > I sent in my core changes, but they haven't been pulled yet. So I guess > we're dealing with a timing situation... David, did you send in the btrfs > pull yet? Yes https://lore.kernel.org/lkml/cover.1607955523.git.dsterba@suse.com/