nfsd: do_nfsd_create verf argument is a u32
authorJ. Bruce Fields <bfields@redhat.com>
Fri, 27 Jul 2012 19:50:11 +0000 (15:50 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 20 Aug 2012 22:39:49 +0000 (18:39 -0400)
commit95c7a20aeb3a6425673b673417b29f427739f7e7
tree03640538c8b49f93ac05ab390b2675ff70f63d9e
parent87f26f9b087643d2e28a5dfbec2e03ac09422fc4
nfsd: do_nfsd_create verf argument is a u32

The types here are actually a bit of a mess.  For now cast as we do in
the v4 case.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs3proc.c