]> git.ipfire.org Git - people/ms/linux.git/commit - fs/xfs/xfs_super.h
[XFS] remove dependency of the quota module on behaviors
authorChristoph Hellwig <hch@infradead.org>
Thu, 30 Aug 2007 07:19:57 +0000 (17:19 +1000)
committerTim Shimmin <tes@chook.melbourne.sgi.com>
Tue, 16 Oct 2007 01:43:26 +0000 (11:43 +1000)
commitb09cc77109dbf33463480952de10511a2b67bba6
tree722ed205af03de0f33b955aeb3a573565242497a
parent293688ec420f1160ed93ea4c7948ed5baf8bafa7
[XFS] remove dependency of the quota module on behaviors

Mount options are now parsed by the main XFS module and rejected if quota
support is not available, and there are some new quota operation for the
quotactl syscall and calls to quote in the mount, unmount and sync
callchains.

SGI-PV: 969608
SGI-Modid: xfs-linux-melb:xfs-kern:29503a

Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
12 files changed:
fs/xfs/linux-2.6/xfs_super.c
fs/xfs/linux-2.6/xfs_super.h
fs/xfs/linux-2.6/xfs_vfs.c
fs/xfs/linux-2.6/xfs_vfs.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/xfs_mount.h
fs/xfs/xfs_qmops.c
fs/xfs/xfs_quota.h
fs/xfs/xfs_vfsops.c