]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r226043:
authortrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 24 May 2012 09:59:58 +0000 (09:59 +0000)
committertrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 24 May 2012 09:59:58 +0000 (09:59 +0000)
commit6dfc1a51cb2ea76bf896cb72ec2dd8efafc37880
treea345e926bcd96f79a8a799e573f3d287c8df46e3
parent44eee50b146f51af5f00fa6e180e4ce953e48b8a
MFC r226043:

Remove assertion against empty NFSv4 ACLs.  An empty ACL is not exactly
valid - we don't allow for setting it on a file, for example - but it's
not something we should assert on.

For STABLE kernel, it changes nothing, because it's not compiled with
INVARIANTS.  If it was, it would fix crashes.  It also fixes an assert
in libc encountered with NFSv4 without nfsuserd(8) running.

git-svn-id: svn://svn.freebsd.org/base/stable/9@235889 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/kern/subr_acl_nfs4.c