From: Trond Myklebust Date: Sun, 24 Aug 2014 18:46:48 +0000 (-0400) Subject: NFSv3: Fix another acl regression X-Git-Tag: omap-fixes-against-v3.17-rc3~23^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f87d928f6d98644d39809a013a22f981d39017cf;p=pandora-kernel.git NFSv3: Fix another acl regression When creating a new object on the NFS server, we should not be sending posix setacl requests unless the preceding posix_acl_create returned a non-trivial acl. Doing so, causes Solaris servers in particular to return an EINVAL. Fixes: 013cdf1088d72 (nfs: use generic posix ACL infrastructure,,,) Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1132786 Cc: stable@vger.kernel.org # 3.14+ Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed