Robert Watson 63732dce22 Push the VOP_ADVLOCK() call to release advisory locks on vnode file
descriptors out of fdrop_locked() and into vn_closefile().  This
removes all knowledge of vnodes from fdrop_locked(), since the lock
behavior was specific to vnodes.  This also removes the specific
requirement for Giant in fdrop_locked(), it's now only required by
code that it calls into.

Add GIANT_REQUIRED to vn_closefile() since VFS requires Giant.
2004-06-01 18:03:20 +00:00
..
2004-05-02 19:24:23 +00:00
2004-05-30 20:27:19 +00:00
2004-05-18 05:30:06 +00:00
2004-05-30 18:04:06 +00:00
2004-05-30 20:27:19 +00:00
2004-05-30 20:27:19 +00:00
2004-05-14 12:28:31 +00:00
2004-05-30 20:27:19 +00:00
2004-05-30 20:00:41 +00:00
2004-05-31 16:55:12 +00:00