From: Jan Kara Date: Tue, 30 Sep 2014 16:07:08 +0000 (+0200) Subject: ocfs2: Back out change to use OCFS2_MAXQUOTAS in ocfs2_setattr() X-Git-Tag: fixes-against-v3.18-rc2~121^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c53f755d339b5546600c316333140d5fe958941d;p=pandora-kernel.git ocfs2: Back out change to use OCFS2_MAXQUOTAS in ocfs2_setattr() ocfs2_setattr() actually needs to really use MAXQUOTAS and not OCFS2_MAXQUOTAS since it will pass the array over to VFS. Currently this isn't a problem since MAXQUOTAS == OCFS2_MAXQUOTAS but it would be once we introduce project quotas. CC: Mark Fasheh CC: Joel Becker CC: ocfs2-devel@oss.oracle.com Signed-off-by: Jan Kara --- Reading git-diff-tree failed