quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers
authorChristoph Hellwig <hch@infradead.org>
Wed, 19 May 2010 11:16:41 +0000 (07:16 -0400)
committerJan Kara <jack@suse.cz>
Mon, 24 May 2010 12:06:40 +0000 (14:06 +0200)
commit0f0dd62fddcbd0f6830ed8ef3d3426ccc46b9250
tree295ac31b109f78873cb191867603943d8562ead0
parentc79d967de3741ceb60c5bbbf1b6f97eab9a89838
quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers

Instead of having wrappers in the VFS namespace export the dquot_suspend
and dquot_resume helpers directly.  Also rename vfs_quota_disable to
dquot_disable while we're at it.

[Jan Kara: Moved dquot_suspend to quotaops.h and made it inline]

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext2/super.c
fs/ext3/super.c
fs/ext4/super.c
fs/jfs/super.c
fs/ocfs2/super.c
fs/quota/dquot.c
fs/reiserfs/super.c
fs/udf/super.c
fs/ufs/super.c
include/linux/quotaops.h