freebsd-dev/sys/fs/nullfs
Konstantin Belousov 17edcd764d 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.

Tested by:	pho
MFC after:	1 week
2011-10-24 13:56:31 +00:00
..
null_subr.c Do not drop vnode interlock in null_checkvp(). null_lock() verifies that 2009-05-31 14:54:20 +00:00
null_vfsops.c The use of VOP_ISLOCKED() without a check for the return values can cause 2011-10-24 13:56:31 +00:00
null_vnops.c Fix typos - remove duplicate "is". 2011-02-23 09:22:33 +00:00
null.h - Assume that all lower filesystems now support proper locking. Assert 2005-03-15 13:49:33 +00:00