NFS: Fix the type of struct nfs_fattr->mode
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Mar 2009 18:10:26 +0000 (14:10 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Mar 2009 18:10:26 +0000 (14:10 -0400)
commitbca794785c2c12ecddeb09e70165b8ff80baa6ae
tree8e8fefa535c799240846082ba580dc87d0a98cbf
parent1ca277d88dafdbc3c5a69d32590e7184b9af6371
NFS: Fix the type of struct nfs_fattr->mode

There is no point in using anything other than umode_t, since we copy the
content pretty much directly into inode->i_mode.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/getroot.c
fs/nfs/nfs2xdr.c
fs/nfs/nfs3xdr.c
fs/nfs/nfs4xdr.c
include/linux/nfs_xdr.h