]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r226043 (manually):
authorpluknet <pluknet@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 7 Feb 2013 11:09:16 +0000 (11:09 +0000)
committerpluknet <pluknet@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 7 Feb 2013 11:09:16 +0000 (11:09 +0000)
commit89448c595978e0510600ba0487fe71e5deefe40b
tree71699b3273c48344adb7f763a2456202fe1ceda8
parente68f2a45f63d413cb29555f6962a4c875f6204ff
MFC r226043 (manually):

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.

Approved by: trasz

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