freebsd-dev/sys/miscfs
Eivind Eklund 6bdfe06ad9 Lock reporting and assertion changes.
* lockstatus() and VOP_ISLOCKED() gets a new process argument and a new
  return value: LK_EXCLOTHER, when the lock is held exclusively by another
  process.
* The ASSERT_VOP_(UN)LOCKED family is extended to use what this gives them
* Extend the vnode_if.src format to allow more exact specification than
  locked/unlocked.

This commit should not do any semantic changes unless you are using
DEBUG_VFS_LOCKS.

Discussed with:	grog, mch, peter, phk
Reviewed by:	peter
1999-12-11 16:13:02 +00:00
..
deadfs $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
devfs Lock reporting and assertion changes. 1999-12-11 16:13:02 +00:00
fdesc Remove unused #includes. 1999-12-08 08:59:40 +00:00
fifofs $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
kernfs Get rid of calls to vfinddev() by ripping out code for vnode type 1999-11-20 13:18:24 +00:00
nullfs Lock reporting and assertion changes. 1999-12-11 16:13:02 +00:00
portal Seperate the export check in VFS_FHTOVP, exports are now checked via 1999-09-11 00:46:08 +00:00
procfs Don't simulate a pseudo address-space beyond VM_MAXUSER_ADDRESS that 1999-12-11 10:21:34 +00:00
specfs Remove unused #includes. 1999-12-08 08:59:40 +00:00
umapfs Seperate the export check in VFS_FHTOVP, exports are now checked via 1999-09-11 00:46:08 +00:00
union Lock reporting and assertion changes. 1999-12-11 16:13:02 +00:00