freebsd-src/sys/ufs
Robert Watson d32d56a07d o Correct use of lockdestroy() by adding a new ufs_extattr_uepm_destroy()
call, which should be the last thing down to a per-mount extattr
  management structure, after ufs_extattr_stop() on the file system.
  This currently has the effect only of destroying the per-mount lock
  on extended attributes, and clearing appropriate flags.
o Remove inappropriate invocation in ufs_extattr_vnode_inactive().
2000-10-04 04:41:33 +00:00
..
ffs Convert lockmgr locks from using simple locks to using mutexes. 2000-10-04 01:29:17 +00:00
mfs Add VOP_*VOBJECT vops, because MFS requires explicit vop specification. 2000-09-12 16:21:16 +00:00
ufs o Correct use of lockdestroy() by adding a new ufs_extattr_uepm_destroy() 2000-10-04 04:41:33 +00:00