commit | 123e9caf1e85008ab7eb5f6cd58c44f9a5d73b2b | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Wed May 19 07:16:44 2010 -0400 |
committer | Jan Kara <jack@suse.cz> | Mon May 24 14:10:17 2010 +0200 |
tree | a7a49a9aabb2136e8d19a3d86096bb525a16e0b9 | |
parent | 307ae18a56e5b706056a2050d52e8cc01b5171c0 [diff] |
quota: explicitly set ->dq_op and ->s_qcop 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>