freebsd-dev/sys/fs
Alexander Kabaev c391349841 Fix vnode locking in fdesc_setattr. Lock vnode before invoking
VOP_SETATTR on it.

Approved by:	re@ (rwatson)
2003-11-19 04:14:42 +00:00
..
cd9660 DuH! 2003-10-18 14:10:28 +00:00
coda - Implement selwakeuppri() which allows raising the priority of a 2003-11-09 09:17:26 +00:00
deadfs
devfs Modify the MAC Framework so that instead of embedding a (struct label) 2003-11-12 03:14:31 +00:00
fdescfs Fix vnode locking in fdesc_setattr. Lock vnode before invoking 2003-11-19 04:14:42 +00:00
fifofs Use "fip->fi_readers == 0 && fip->fi_writers == 0" as the condition for 2003-11-16 01:11:11 +00:00
hpfs DuH! 2003-10-18 14:10:28 +00:00
msdosfs Remove mntvnode_mtx and replace it with per-mountpoint mutex. 2003-11-05 04:30:08 +00:00
ntfs - Don't cache_purge() in *_reclaim routines. vclean() does it for us so 2003-10-05 02:43:30 +00:00
nullfs
nwfs Don't mess around with spare fields of public structures. 2003-11-12 09:54:07 +00:00
portalfs
procfs Remove debug printf(). 2003-10-19 14:33:00 +00:00
pseudofs - Don't cache_purge() in *_reclaim routines. vclean() does it for us so 2003-10-05 02:43:30 +00:00
smbfs Don't mess about with spare fields in public structures. 2003-11-12 09:52:10 +00:00
specfs Initialize b_iooffset correctly. 2003-11-13 09:58:09 +00:00
udf Add hooks for translating directories entries using the iconv methods. 2003-11-05 06:56:08 +00:00
umapfs
unionfs - A sanity check in unionfs verifies that lookups of '.' return the 2003-11-14 08:23:13 +00:00