freebsd-skq/sys/ufs
Robert Watson 33e1f8e541 Fix two bugs in extended attribute support for UFS/FFS:
o Put back in {} removed during over-zealous cleanup of gratuitous
  debugging output during preparation for the commit.  Due to the
  missing {}, writes on extended attributes always silently failed.
  Doh.

o Don't unlock the target vnode if it's the backing vnode, as we
  don't lock the target vnode if it's the backing vnode.
2000-04-16 01:35:30 +00:00
..
ffs Introduce extended attribute support for FFS, allowing arbitrary 2000-04-15 03:34:27 +00:00
mfs Complete the bio/buf divorce for all code below devfs::strategy 2000-04-15 05:54:02 +00:00
ufs Fix two bugs in extended attribute support for UFS/FFS: 2000-04-16 01:35:30 +00:00