2009-06-19 00:50:37

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: nfs tree build warning

Hi Trond,

Today's linux-next build (powerpc ppc64_defconfig) produced this warning:

fs/nfs/super.c: In function 'nfs_parse_mount_options':
fs/nfs/super.c:1253: warning: passing argument 2 of 'match_int' from incompatible pointer type
include/linux/parser.h:29: note: expected 'int *' but argument is of type 'long unsigned int *'

Introduced by commit 3fd5be9e19921a89d9ed78d6a708a379a6c3c76a ("nfs41:
add mount command option minorversion").

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


Attachments:
(No filename) (549.00 B)
(No filename) (197.00 B)
Download all attachments

2009-06-19 01:19:25

by Trond Myklebust

[permalink] [raw]
Subject: Re: linux-next: nfs tree build warning

On Fri, 2009-06-19 at 10:50 +1000, Stephen Rothwell wrote:
> Hi Trond,
>
> Today's linux-next build (powerpc ppc64_defconfig) produced this warning:
>
> fs/nfs/super.c: In function 'nfs_parse_mount_options':
> fs/nfs/super.c:1253: warning: passing argument 2 of 'match_int' from incompatible pointer type
> include/linux/parser.h:29: note: expected 'int *' but argument is of type 'long unsigned int *'
>
> Introduced by commit 3fd5be9e19921a89d9ed78d6a708a379a6c3c76a ("nfs41:
> add mount command option minorversion").
>

That's my fault: it was due to inattention during the merge of the
nfsv41 tree with the mainline NFS changes. I'll fix...

Trond

2009-06-19 02:00:41

by Stephen Rothwell

[permalink] [raw]
Subject: Re: linux-next: nfs tree build warning

Hi Trond,

On Thu, 18 Jun 2009 18:09:12 -0700 Trond Myklebust <[email protected]> wrote:
>
> That's my fault: it was due to inattention during the merge of the
> nfsv41 tree with the mainline NFS changes. I'll fix...

Thanks.

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


Attachments:
(No filename) (339.00 B)
(No filename) (197.00 B)
Download all attachments