]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: Start using pquotaino from the superblock.
authorChandra Seetharaman <sekharan@us.ibm.com>
Fri, 19 Jul 2013 22:36:02 +0000 (17:36 -0500)
committerBen Myers <bpm@sgi.com>
Mon, 22 Jul 2013 19:46:26 +0000 (14:46 -0500)
commit50676f6bfebe5a1d2d336a222a73f44c3eb14d99
tree84abbb176e54b24ff2a13d912d8d82a3b83710af
parent7852ad83b283fe4254c1ee42cd38277324b805e9
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 <sekharan@us.ibm.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
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