commit | 7c06b5d67225dc99ca81a33db3e055e08da857c3 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Thu Jan 31 20:27:54 2013 -0800 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Wed Feb 13 06:15:09 2013 -0800 |
tree | 4a7f88ebfc75c5402c70bd4c5ea86f085e769dcb | |
parent | 236c64e4b79b78059ec3e17362d8f02f6dc06f26 [diff] [blame] |
gfs2: Use kuid_t and kgid_t types where appropriate. Cc: Steven Whitehouse <swhiteho@redhat.com> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c index aa10502..ce07ce4 100644 --- a/fs/gfs2/inode.c +++ b/fs/gfs2/inode.c
@@ -1580,7 +1580,8 @@ { struct gfs2_inode *ip = GFS2_I(inode); struct gfs2_sbd *sdp = GFS2_SB(inode); - u32 ouid, ogid, nuid, ngid; + kuid_t ouid, nuid; + kgid_t ogid, ngid; int error; ouid = inode->i_uid;