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)
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>

No differences found