quota: drop remount argument to ->quota_on and ->quota_off
authorChristoph Hellwig <hch@infradead.org>
Wed, 19 May 2010 11:16:43 +0000 (07:16 -0400)
committerJan Kara <jack@suse.cz>
Mon, 24 May 2010 12:09:12 +0000 (14:09 +0200)
commit307ae18a56e5b706056a2050d52e8cc01b5171c0
treec4efc57bb8f0fd1d2aa9e416d81c0c7ba87aaf22
parente0ccfd959cd8907bcb66cc2042e0f4fd7fcbff2b
quota: drop remount argument to ->quota_on and ->quota_off

Remount handling has fully moved into the filesystem, so all this is
superflous now.

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