[<prev] [next>] [day] [month] [year] [list]
Message-ID: <aXoTgCb9tP_PQA-n@sirena.org.uk>
Date: Wed, 28 Jan 2026 13:47:44 +0000
From: Mark Brown <broonie@...nel.org>
To: Keith Busch <kbusch@...nel.org>, Kanchan Joshi <joshi.k@...sung.com>,
Qu Wenruo <wqu@...e.com>, David Sterba <dsterba@...e.com>,
Jens Axboe <axboe@...nel.dk>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>
Subject: linux-next: build failure after merge of the block tree
Hi all,
After merging the block tree, today's linux-next build (arm64 defconfig)
failed like this:
/tmp/next/build/fs/btrfs/inode.c: In function 'zero_last_folio':
/tmp/next/build/fs/btrfs/inode.c:869:32: error: implicit declaration of function 'bio_last_bvec_all'; did you mean 'bio_first_bvec_all'? [-Wimplicit-function-declaration]
869 | struct bio_vec *bvec = bio_last_bvec_all(bio);
| ^~~~~~~~~~~~~~~~~
| bio_first_bvec_all
/tmp/next/build/fs/btrfs/inode.c:869:32: error: initialization of 'struct bio_vec *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
/tmp/next/build/fs/btrfs/inode.c: In function 'round_up_last_block':
/tmp/next/build/fs/btrfs/inode.c:881:32: error: initialization of 'struct bio_vec *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
881 | struct bio_vec *bvec = bio_last_bvec_all(bio);
| ^~~~~~~~~~~~~~~~~
Caused by commit
68a1d4ad30e5d (btrfs: switch to btrfs_compress_bio() interface for compressed writes)
from the btrfs tree interacting with commit
72a41750f1a35 (block: remove bio_last_bvec_all)
from the block tree. I have reverted the latter commit and can carry as
needed.
Download attachment "signature.asc" of type "application/pgp-signature" (489 bytes)
Powered by blists - more mailing lists