]> git.baikalelectronics.ru Git - kernel.git/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)
commit2c7a5bb6a052893705a5ba22b609620391a3625f
tree5b78136ba32b35c63150b3edcc2f05416914b0c4
parent575f838af20acd1df8dc856a659d32015b1fa617
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