]> Pileus Git - ~andy/linux/commit
gfs2: Store qd_id in struct gfs2_quota_data as a struct kqid
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 1 Feb 2013 03:52:08 +0000 (19:52 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 13 Feb 2013 14:15:07 +0000 (06:15 -0800)
commit05e0a60d8025e280e56b3fa36ea8facc7c1c65c2
tree4d7d6cc9303a35ba910359d779b0977aa16d15f0
parented87dabcc3fc0a5040f95dd3f7206cffebca5c79
gfs2: Store qd_id in struct gfs2_quota_data as a struct kqid

- Change qd_id in struct gfs2_qutoa_data to struct kqid.
- Remove the now unnecessary QDF_USER bit field in qd_flags.
- Propopoage this change through the code generally making
  things simpler along the way.

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