freebsd-skq/sys/ufs
John Baldwin 5316d529ec - Only set i_offset in the parent directory's i-node during a lookup for
non-LOOKUP operations.
- Relax a VOP assertion for a DELETE lookup.  rename() uses WANTPARENT
  instead of LOCKPARENT when looking up the source pathname.  ufs_rename()
  uses a relookup() to lock the parent directory when it decides to finally
  remove the source path.  Thus, it is ok for a DELETE with WANTPARENT set
  instead of LOCKPARENT to use a shared vnode lock rather than an exclusive
  vnode lock.

Reported by:	kris (2)
Reviewed by:	jeff
2008-09-16 16:18:36 +00:00
..
ffs Suspend the write operations on the UFS filesystem being unmounted or 2008-09-16 11:55:53 +00:00
ufs - Only set i_offset in the parent directory's i-node during a lookup for 2008-09-16 16:18:36 +00:00