Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54f834cd authored by Eric W. Biederman's avatar Eric W. Biederman
Browse files

nfs: Convert struct nfs_fattr to Use kuid_t and kgid_t



Cc: "J. Bruce Fields" <bfields@fieldses.org>
Cc: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: default avatar"Eric W. Biederman" <ebiederm@xmission.com>
parent 4e963d4f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {