]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC: r235568
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 24 May 2012 12:28:11 +0000 (12:28 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 24 May 2012 12:28:11 +0000 (12:28 +0000)
commit6959737f4557935a002becb92e3a2d07e6163889
treee72c8e978c1f91840f641975abd625456b2539dd
parent8b3591a7d79979a322a72b9cb144800b5a3df3a8
MFC: r235568
A problem with the NFSv4 server was reported by Andrew Leonard
to freebsd-fs@, where the setfacl of an NFSv4 acl would fail.
This was caused by the VOP_ACLCHECK() call for ZFS replying
EOPNOTSUPP. After discussion with rwatson@, it was determined
that a call to VOP_ACLCHECK() before doing VOP_SETACL() is not
required. This patch fixes the problem by deleting the
VOP_ACLCHECK() call.

git-svn-id: svn://svn.freebsd.org/base/stable/9@235906 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/nfs/nfs_commonacl.c