commit | 718360c59f34b80d9878429300c1c688f7c2031d | [log] [tgz] |
---|---|---|
author | Noah Massey <noah.massey@gmail.com> | Thu Jan 30 21:31:12 2014 -0500 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Fri Jan 31 20:36:07 2014 -0500 |
tree | 498355f6b0b096f46d6a55fe2e9f1abf8c2ef249 | |
parent | 8a1f006ad302ea178aefb1f8c67e679c696289e9 [diff] |
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 <hch@infradead.org> CC: linux-nfs@vger.kernel.org CC: linux-fsdevel@vger.kernel.org Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>