From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: Re: linux-next: build failure after merge of the block tree Date: Thu, 24 Aug 2017 13:34:55 +1000 Message-ID: <20170824133455.7fb963ca@canb.auug.org.au> References: <20170824133203.18512289@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from ozlabs.org ([103.22.144.67]:45245 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751215AbdHXDe5 (ORCPT ); Wed, 23 Aug 2017 23:34:57 -0400 In-Reply-To: <20170824133203.18512289@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Jens Axboe Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Christoph Hellwig Hi all, On Thu, 24 Aug 2017 13:32:03 +1000 Stephen Rothwell wrote: > > After merging the block tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > block/bio-integrity.c: In function '__bio_integrity_endio': > block/bio-integrity.c:388:51: error: 'struct bio' has no member named 'bi_bdev' > struct blk_integrity *bi = bdev_get_integrity(bio->bi_bdev); > ^ > > Caused by commit > > 74d46992e0d9 ("block: replace bi_bdev with a gendisk pointer and partitions index") > > interacting with commit > > c775d2098d35 ("bio-integrity: Fix regression if profile verify_fn is NULL") > > from Linus' tree (before v4.13-rc5). > > This should have been fixed up in commit > > 3b8848b41130 ("Merge branch 'master' into for-next") > > I have used the block tree from next-20170823 for today. The other remaining reference to bi_bdev is in Documentation/block/biodoc.txt. -- Cheers, Stephen Rothwell