]> git.baikalelectronics.ru Git - kernel.git/commit
quota: clean up checks for supported quota methods
authorChristoph Hellwig <hch@infradead.org>
Tue, 16 Feb 2010 08:44:48 +0000 (03:44 -0500)
committerJan Kara <jack@suse.cz>
Thu, 4 Mar 2010 23:20:21 +0000 (00:20 +0100)
commit0b4e9e1cd7b48add2373496b0929d4a4542f3722
tree07fadb1b4c868ad9eb571f68e32a44a6bbd2599c
parentf3ee758e7cd917c36fcd885a0f0a8bc416e48157
quota: clean up checks for supported quota methods

Move the checks for sb->s_qcop->foo next to the actual calls for them, same
for sb_has_quota_active checks where applicable.

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