ext4: don't use MAXQUOTAS value
authorJan Kara <jack@suse.cz>
Thu, 11 Sep 2014 15:15:15 +0000 (11:15 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 11 Sep 2014 15:15:15 +0000 (11:15 -0400)
MAXQUOTAS value defines maximum number of quota types VFS supports.
This isn't necessarily the number of types ext4 supports. Although
ext4 will support project quotas, use ext4 private definition for
consistency with other filesystems.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>

No differences found