commit | bca794785c2c12ecddeb09e70165b8ff80baa6ae | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Mar 11 14:10:26 2009 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Mar 11 14:10:26 2009 -0400 |
tree | 8e8fefa535c799240846082ba580dc87d0a98cbf | |
parent | 1ca277d88dafdbc3c5a69d32590e7184b9af6371 [diff] |
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>