Skip to content

Commit

Permalink
nfs: Convert struct nfs_fattr to Use kuid_t and kgid_t
Browse files Browse the repository at this point in the history
Cc: "J. Bruce Fields" <bfields@fieldses.org>
Cc: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
  • Loading branch information
Eric W. Biederman committed Feb 13, 2013
1 parent 4e963d4 commit 54f834c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/nfs_xdr.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ struct nfs_fattr {
unsigned int valid; /* which fields are valid */
umode_t mode;
__u32 nlink;
__u32 uid;
__u32 gid;
kuid_t uid;
kgid_t gid;
dev_t rdev;
__u64 size;
union {
Expand Down

0 comments on commit 54f834c

Please sign in to comment.