2011-06-16 03:39:00

by Stephen Rothwell

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

Hi Trond,

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

fs/nfs/pnfs.h:379:13: warning: 'pnfs_pageio_init_read' defined but not used
fs/nfs/pnfs.h:384:13: warning: 'pnfs_pageio_init_write' defined but not used

(lots of times)

Introduced by commit cb679cdd50a8 ("NFS: Cleanup of the nfs_pageio code
in preparation for a pnfs bugfix"). "inline" is missing.

--
Cheers,
Stephen Rothwell [email protected]
http://www.canb.auug.org.au/~sfr/


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

2011-06-16 17:31:32

by Trond Myklebust

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

On Thu, 2011-06-16 at 13:38 +1000, Stephen Rothwell wrote:
> Hi Trond,
>
> After merging the nfs tree, today's linux-next build (powerpc
> ppc64_defconfig) produced these warnings:
>
> fs/nfs/pnfs.h:379:13: warning: 'pnfs_pageio_init_read' defined but not used
> fs/nfs/pnfs.h:384:13: warning: 'pnfs_pageio_init_write' defined but not used
>
> (lots of times)
>
> Introduced by commit cb679cdd50a8 ("NFS: Cleanup of the nfs_pageio code
> in preparation for a pnfs bugfix"). "inline" is missing.
>

Sorry about that. It should be fixed now...