From a93114e4688f8ff7aba3a1012f17cfadc054d08b Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Wed, 10 Sep 2014 20:48:02 +0200 Subject: [PATCH] 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 --- Reading git-format-patch failed