freebsd-dev/sys/ufs
Jeff Roberson 9cbe5da9d5 - It is not legal to access v_data without the vnode lock or interlock
held.  Grab the vnode interlock if LK_INTERLOCK has not been passed in
   so that we can inspect v_data in ffs_lock().

Sponsored by:	Isilon Systems, Inc.
2005-03-13 12:04:12 +00:00
..
ffs - It is not legal to access v_data without the vnode lock or interlock 2005-03-13 12:04:12 +00:00
ufs - In ufs_mknod(), hold the lock across the call to vgone() as that is now 2005-03-13 11:59:14 +00:00