ext3: Don't use MAXQUOTAS value
authorJan Kara <jack@suse.cz>
Wed, 10 Sep 2014 18:48:02 +0000 (20:48 +0200)
committerJan Kara <jack@suse.cz>
Wed, 17 Sep 2014 09:59:11 +0000 (11:59 +0200)
MAXQUOTAS value defines maximum number of quota types VFS supports. This
isn't necessarily the number of types ext3 supports and with addition of
project quotas these two numbers stop matching. So make ext3 use its
private definition.

CC: linux-ext4@vger.kernel.org
Signed-off-by: Jan Kara <jack@suse.cz>

No differences found