quota: explicitly set ->dq_op and ->s_qcop
authorChristoph Hellwig <hch@infradead.org>
Wed, 19 May 2010 11:16:44 +0000 (07:16 -0400)
committerJan Kara <jack@suse.cz>
Mon, 24 May 2010 12:10:17 +0000 (14:10 +0200)
Only set the quota operation vectors if the filesystem actually supports
quota instead of doing it for all filesystems in alloc_super().

[Jan Kara: Export dquot_operations and vfs_quotactl_ops]

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>

No differences found