]> Pileus Git - ~andy/linux/commit
gfs2: Convert gfs2_quota_refresh to take a kqid
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 1 Feb 2013 03:42:40 +0000 (19:42 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 13 Feb 2013 14:15:06 +0000 (06:15 -0800)
commited87dabcc3fc0a5040f95dd3f7206cffebca5c79
tree5b78136ba32b35c63150b3edcc2f05416914b0c4
parentb59c8b6f9d1b1220e5ed72152f42a658bf739d90
gfs2: Convert gfs2_quota_refresh to take a kqid

- In quota_refresh_user_store convert the user supplied uid
  into a kqid and pass it to gfs2_quota_refresh.

- In quota_refresh_group_store convert the user supplied gid
  into a kqid and pass it to gfs2_quota_refresh.

Cc: Steven Whitehouse <swhiteho@redhat.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
fs/gfs2/quota.c
fs/gfs2/quota.h
fs/gfs2/sys.c