]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4b0fdd943100102fb43cc9be59b45157077fd4dc
tree8e8fefa535c799240846082ba580dc87d0a98cbf
parentfd6eb814f8c6306c7689fafe5196038fa6bdd0c5
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