[XFS] Add support for project quota, based on Dan Knappes earlier work.
authorNathan Scott <nathans@sgi.com>
Tue, 21 Jun 2005 05:38:48 +0000 (15:38 +1000)
committerNathan Scott <nathans@sgi.com>
Tue, 21 Jun 2005 05:38:48 +0000 (15:38 +1000)
commitc8ad20ffeb592d66ea869c57f8c525a9d727c67b
tree3306edfe984170bc881a1d7fbeab29b4b59f0305
parent8401e9631c26dca9ebbc6997ac445fd49b06c79e
[XFS] Add support for project quota, based on Dan Knappes earlier work.

SGI-PV: 932952
SGI-Modid: xfs-linux:xfs-kern:22805a

Signed-off-by: Nathan Scott <nathans@sgi.com>
18 files changed:
fs/xfs/linux-2.6/xfs_linux.h
fs/xfs/linux-2.6/xfs_super.c
fs/xfs/quota/xfs_dquot.c
fs/xfs/quota/xfs_dquot.h
fs/xfs/quota/xfs_qm.c
fs/xfs/quota/xfs_qm.h
fs/xfs/quota/xfs_qm_bhv.c
fs/xfs/quota/xfs_qm_syscalls.c
fs/xfs/quota/xfs_quota_priv.h
fs/xfs/quota/xfs_trans_dquot.c
fs/xfs/xfs_buf_item.h
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_mount.h
fs/xfs/xfs_quota.h
fs/xfs/xfs_trans_buf.c
fs/xfs/xfs_utils.c
fs/xfs/xfs_vfsops.c
fs/xfs/xfs_vnodeops.c