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!