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)
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>

No differences found