From: Dave Chinner Date: Mon, 2 Sep 2013 10:52:59 +0000 (+1000) Subject: xfs: fix memory allocation failures with ACLs X-Git-Tag: v3.12-rc1~22^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dc164f2965b92a6efd2edb9e2813271741e96db;p=pandora-kernel.git xfs: fix memory allocation failures with ACLs Ever since increasing the number of supported ACLs from 25 to as many as can fit in an xattr, there have been reports of order 4 memory allocations failing in the ACL code. Fix it in the same way we've fixed all the xattr read/write code that has the same problem. Signed-off-by: Dave Chinner Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed