From ac5c8077fc4d821baa6d3ffdab34c185df446796 Mon Sep 17 00:00:00 2001 From: "Eric W. Biederman" Date: Fri, 1 Feb 2013 14:16:29 -0800 Subject: [PATCH] --- yaml --- r: 357815 b: refs/heads/master c: 54f834cd5501fb5fc801e4719a3ad0c894a3af2c h: refs/heads/master i: 357813: 1c266be5072a4eb6f0982b2fb0aed96669d40473 357811: a689ef937308e481ab683455e3b0de8c91f20b1f 357807: e851bceda75bae73d1ccc9c6d832001c253b4f83 v: v3 --- [refs] | 2 +- trunk/include/linux/nfs_xdr.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 3f15c2d6bf86..62eacc4cad12 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4e963d4f3ed1b756ff20f84960fcb4db42509146 +refs/heads/master: 54f834cd5501fb5fc801e4719a3ad0c894a3af2c diff --git a/trunk/include/linux/nfs_xdr.h b/trunk/include/linux/nfs_xdr.h index 29adb12c7ecf..13441ddac33d 100644 --- a/trunk/include/linux/nfs_xdr.h +++ b/trunk/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 {