freebsd-dev/sys/ufs
Brian Somers dd51858d31 When we write extended attributes, assert that the inode hasn't
already been deleted.  The assertion is important to show that
we won't end up accounting for extended attribute blocks (using
fs_pendingblocks) in our subsequent call to fs_alloc().

Agreed verbally by: mckusick

MFC after:	3 weeks
2007-03-19 18:51:02 +00:00
..
ffs When we write extended attributes, assert that the inode hasn't 2007-03-19 18:51:02 +00:00
ufs Implement fine-grained locking for UFS quotas. 2007-03-14 08:54:08 +00:00