From: Eric W. Biederman Date: Fri, 1 Feb 2013 22:16:29 +0000 (-0800) Subject: nfs: Convert struct nfs_fattr to Use kuid_t and kgid_t X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=54f834cd5501fb5fc801e4719a3ad0c894a3af2c;p=linux-beck.git nfs: Convert struct nfs_fattr to Use kuid_t and kgid_t Cc: "J. Bruce Fields" Cc: Trond Myklebust Signed-off-by: "Eric W. Biederman" --- diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 29adb12c7ecf..13441ddac33d 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -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 {