* linux-next: nfs tree build warning
@ 2009-08-10 0:58 Stephen Rothwell
2009-08-10 12:51 ` Trond Myklebust
0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2009-08-10 0:58 UTC (permalink / raw)
To: Trond Myklebust; +Cc: linux-next, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 413 bytes --]
Hi Trond,
Today's linux-next build (powerpc ppc64_defconfig) produced this warning:
fs/nfs/write.c: In function 'nfs_migrate_page':
fs/nfs/write.c:1601: warning: unused variable 'inode'
Introduced by commit 1ec000f4f76ea914aa4ac57f8cec53fa958bd477 ("NFS: Add
a ->migratepage() aop for NFS").
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: linux-next: nfs tree build warning
2009-08-10 0:58 linux-next: nfs tree build warning Stephen Rothwell
@ 2009-08-10 12:51 ` Trond Myklebust
0 siblings, 0 replies; 6+ messages in thread
From: Trond Myklebust @ 2009-08-10 12:51 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next, linux-kernel
On Mon, 2009-08-10 at 10:58 +1000, Stephen Rothwell wrote:
> Hi Trond,
>
> Today's linux-next build (powerpc ppc64_defconfig) produced this warning:
>
> fs/nfs/write.c: In function 'nfs_migrate_page':
> fs/nfs/write.c:1601: warning: unused variable 'inode'
>
> Introduced by commit 1ec000f4f76ea914aa4ac57f8cec53fa958bd477 ("NFS: Add
> a ->migratepage() aop for NFS").
Oops, you're right. I'll fix that...
Trond
^ permalink raw reply [flat|nested] 6+ messages in thread
* linux-next: nfs tree build warning
@ 2009-12-31 0:01 Stephen Rothwell
0 siblings, 0 replies; 6+ messages in thread
From: Stephen Rothwell @ 2009-12-31 0:01 UTC (permalink / raw)
To: Trond Myklebust; +Cc: linux-next, linux-kernel, Jeff Layton
[-- Attachment #1: Type: text/plain, Size: 507 bytes --]
Hi Trond,
Today's linux-next build (i386 defconfig) produced this warning:
net/sunrpc/auth_gss/auth_gss.c: In function 'gss_pipe_downcall':
net/sunrpc/auth_gss/auth_gss.c:660: warning: format '%ld' expects type 'long int', but argument 3 has type 'ssize_t
Introduced by commit 486bad2e40e938cd68fd853b7a9fa3115a9d3a4a ("sunrpc:
on successful gss error pipe write, don't return error").
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: linux-next: nfs tree build warning
2009-06-19 1:09 ` Trond Myklebust
@ 2009-06-19 2:00 ` Stephen Rothwell
0 siblings, 0 replies; 6+ messages in thread
From: Stephen Rothwell @ 2009-06-19 2:00 UTC (permalink / raw)
To: Trond Myklebust; +Cc: linux-next, linux-kernel, Mike Sager
[-- Attachment #1: Type: text/plain, Size: 352 bytes --]
Hi Trond,
On Thu, 18 Jun 2009 18:09:12 -0700 Trond Myklebust <trond.myklebust@fys.uio.no> 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 sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: linux-next: nfs tree build warning
2009-06-19 0:50 Stephen Rothwell
@ 2009-06-19 1:09 ` Trond Myklebust
2009-06-19 2:00 ` Stephen Rothwell
0 siblings, 1 reply; 6+ messages in thread
From: Trond Myklebust @ 2009-06-19 1:09 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next, linux-kernel, Mike Sager
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* linux-next: nfs tree build warning
@ 2009-06-19 0:50 Stephen Rothwell
2009-06-19 1:09 ` Trond Myklebust
0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2009-06-19 0:50 UTC (permalink / raw)
To: Trond Myklebust; +Cc: linux-next, linux-kernel, Mike Sager
[-- Attachment #1: Type: text/plain, Size: 564 bytes --]
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 sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-12-31 0:01 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-10 0:58 linux-next: nfs tree build warning Stephen Rothwell
2009-08-10 12:51 ` Trond Myklebust
-- strict thread matches above, loose matches on Subject: below --
2009-12-31 0:01 Stephen Rothwell
2009-06-19 0:50 Stephen Rothwell
2009-06-19 1:09 ` Trond Myklebust
2009-06-19 2:00 ` Stephen Rothwell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®