xfs: Start using pquotaino from the superblock.
authorChandra Seetharaman <[email protected]>
Fri, 19 Jul 2013 22:36:02 +0000 (17:36 -0500)
committerBen Myers <[email protected]>
Mon, 22 Jul 2013 19:46:26 +0000 (14:46 -0500)
commitd892d5864f020c44cfa4e23e9165112d8df91093
tree84abbb176e54b24ff2a13d912d8d82a3b83710af
parent0102629776a2f5c3bd9c5dc0ef77956c60255074
xfs: Start using pquotaino from the superblock.

Start using pquotino and define a macro to check if the
superblock has pquotino.

Keep backward compatibilty by alowing mount of older superblock
with no separate pquota inode.

Signed-off-by: Chandra Seetharaman <[email protected]>
Reviewed-by: Ben Myers <[email protected]>
Signed-off-by: Ben Myers <[email protected]>
fs/xfs/xfs_mount.c
fs/xfs/xfs_qm.c
fs/xfs/xfs_qm_syscalls.c
fs/xfs/xfs_sb.h
fs/xfs/xfs_super.c