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)
commita93114e4688f8ff7aba3a1012f17cfadc054d08b
tree93eb3580a2fe2a49d2b11295fcfa2ee3f0dcb8ec
parent6fb1ca92a6409a9d5b0696447cd4997bc9aaf5a2
ext3: Don't use MAXQUOTAS value

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>
fs/ext3/ext3.h
fs/ext3/super.c