Re: linux-next: build warning after merge of the vfs-brauner tree
From: Christian Brauner
Date: Tue Oct 01 2024 - 11:02:13 EST
On Tue, Oct 01, 2024 at 02:19:58PM GMT, Stephen Rothwell wrote:
> Hi all,
>
> On Tue, 1 Oct 2024 09:11:34 +1000 Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:
> >
> > After merging the vfs-brauner tree, today's linux-next build (powerpc
> > ppc64_defconfig) produced this warning:
> >
> > fs/lockd/svclock.c: In function 'nlmsvc_lock':
> > fs/lockd/svclock.c:483:34: warning: unused variable 'inode' [-Wunused-variable]
> > 483 | struct inode *inode = nlmsvc_file_inode(file);
> > | ^~~~~
> >
> > Introduced by commit
> >
> > 81be05940ccc ("NLM/NFSD: Fix lock notifications for async-capable filesystems")
>
> This became a build failure in my i386 defconfig build, so I applied
> the following patch for today.
Thank you. I just folded that fix into the commit.