xfs: Add pquota fields where gquota is used.
authorChandra Seetharaman <sekharan@us.ibm.com>
Thu, 11 Jul 2013 05:00:40 +0000 (00:00 -0500)
committerBen Myers <bpm@sgi.com>
Thu, 11 Jul 2013 15:35:32 +0000 (10:35 -0500)
commit92f8ff73f18672b03ec8b92197cdddf2b5de7ea0
treeb90205ed9a1e141d8ac5d096f4d8984e89774d2e
parent42c49d7f249c2487f36d3314753d5d8ebcee8249
xfs: Add pquota fields where gquota is used.

Add project quota changes to all the places where group quota field
is used:
   * add separate project quota members into various structures
   * split project quota and group quotas so that instead of overriding
     the group quota members incore, the new project quota members are
     used instead
   * get rid of usage of the OQUOTA flag incore, in favor of separate
     group and project quota flags.
   * add a project dquot argument to various functions.

Not using the pquotino field from superblock yet.

Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
14 files changed:
fs/xfs/xfs_dquot.c
fs/xfs/xfs_dquot.h
fs/xfs/xfs_icache.c
fs/xfs/xfs_inode.h
fs/xfs/xfs_ioctl.c
fs/xfs/xfs_iops.c
fs/xfs/xfs_qm.c
fs/xfs/xfs_qm.h
fs/xfs/xfs_qm_bhv.c
fs/xfs/xfs_qm_syscalls.c
fs/xfs/xfs_quota.h
fs/xfs/xfs_symlink.c
fs/xfs/xfs_trans_dquot.c
fs/xfs/xfs_vnodeops.c