]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/nfs_xdr.h
NFS: Fix the type of struct nfs_fattr->mode
[linux-2.6-omap-h63xx.git] / include / linux / nfs_xdr.h
index 6013acb0131ff646e7dd19c7e8959f60fed6b1ed..0691b9c188d93dfc11ae213ba7da6eaf19b1d3cf 100644 (file)
@@ -28,8 +28,7 @@ static inline int nfs_fsid_equal(const struct nfs_fsid *a, const struct nfs_fsid
 
 struct nfs_fattr {
        unsigned int            valid;          /* which fields are valid */
-       enum nfs_ftype          type;           /* always use NFSv2 types */
-       __u32                   mode;
+       umode_t                 mode;
        __u32                   nlink;
        __u32                   uid;
        __u32                   gid;