From: Noah Massey Date: Fri, 31 Jan 2014 02:31:12 +0000 (-0500) Subject: nfs: fix setting of ACLs on file creation. X-Git-Tag: v3.14-rc2~29^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=718360c59f34b80d9878429300c1c688f7c2031d;p=pandora-kernel.git nfs: fix setting of ACLs on file creation. nfs3_get_acl() tries to skip posix equivalent ACLs, but misinterprets the return value of posix_acl_equiv_mode(). Fix it. This is a regression introduced by "nfs: use generic posix ACL infrastructure for v3 Posix ACLs" CC: Christoph Hellwig CC: linux-nfs@vger.kernel.org CC: linux-fsdevel@vger.kernel.org Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed