]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r226688:
authorkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 1 Nov 2011 15:56:15 +0000 (15:56 +0000)
committerkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 1 Nov 2011 15:56:15 +0000 (15:56 +0000)
commit8592507b22af8eaf1312299c225aa9ea2d125c3c
tree5ecd7bf7c453b6edbce2941a4d8dda8320ee2283
parentc2f743af72bc26ba9092a5563c0514dda3937864
MFC r226688:
The use of VOP_ISLOCKED() without a check for the return values can cause
false positives. Replace the #ifdef block with the proper
ASSERT_VOP_UNLOCKED() assert.

git-svn-id: svn://svn.freebsd.org/base/stable/8@226993 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/nullfs/null_vfsops.c