2010-08-04 01:32:22

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warning after merge of the nfs tree

Hi Trond,

After merging the nfs tree, today's linux-next build (powerpc
ppc64_defconfig) produced this warning:

fs/nfs/file.c: In function 'nfs_file_flush':
fs/nfs/file.c:211: warning: unused variable 'ctx'

Introduced by commit 7f09dcf61bc211b0a71a5caa15ceb9b7bbec2126 ("NFS: Fix
up the fsync code").
--
Cheers,
Stephen Rothwell [email protected]
http://www.canb.auug.org.au/~sfr/


Attachments:
(No filename) (407.00 B)
(No filename) (490.00 B)
Download all attachments

2010-08-04 02:09:29

by Trond Myklebust

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the nfs tree

On Wed, 2010-08-04 at 11:32 +1000, Stephen Rothwell wrote:
> Hi Trond,
>
> After merging the nfs tree, today's linux-next build (powerpc
> ppc64_defconfig) produced this warning:
>
> fs/nfs/file.c: In function 'nfs_file_flush':
> fs/nfs/file.c:211: warning: unused variable 'ctx'
>
> Introduced by commit 7f09dcf61bc211b0a71a5caa15ceb9b7bbec2126 ("NFS: Fix
> up the fsync code").

Hi Stephen,

Sorry. I've fixed the above warning up in today's tree.

Cheers
Trond