Hi all,
After merging the vfs-brauner tree, today's linux-next build (x86_64
allmodconfig) failed like this:
drivers/md/md.c: In function 'md_import_device':
drivers/md/md.c:3635:25: error: unused variable 'holder' [-Werror=unused-variable]
3635 | struct md_rdev *holder;
| ^~~~~~
cc1: all warnings being treated as errors
Caused by commit
15db36126ca6 ("md: Convert to bdev_open_by_dev()")
I have used the vfs-brauner tree from next-20230927 for today.
--
Cheers,
Stephen Rothwell
On Thu, Sep 28, 2023 at 10:39:54AM +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the vfs-brauner tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> drivers/md/md.c: In function 'md_import_device':
> drivers/md/md.c:3635:25: error: unused variable 'holder' [-Werror=unused-variable]
> 3635 | struct md_rdev *holder;
> | ^~~~~~
> cc1: all warnings being treated as errors
>
> Caused by commit
>
> 15db36126ca6 ("md: Convert to bdev_open_by_dev()")
>
> I have used the vfs-brauner tree from next-20230927 for today.
Fixed in vfs.super. Thank you!
Hi Jan,
On Mon, 2 Oct 2023 13:26:48 +0200 Jan Kara <[email protected]> wrote:
>
> Oh, and one more note - Christian is on vacation this week so Stephen please
> just revert the commit in the linux-next until he returns and updates his
> tree. Thanks!
Thanks for letting me know, I will do so.
--
Cheers,
Stephen Rothwell