freebsd-skq/sys/ufs
Poul-Henning Kamp 9c643340bb Do not pull quota entries of the cache-list if they have already
been removed from the cache-list as part of a previous unmount.

This would result in panics (page fault in dqflush()) during subsequent
umounts provided that enough distinct UID's to actually make the
hash do something are active.

This can probably explain a number of weird quota related behaviours.

PR:		32331 maybe more.
Reproduced by:	Søren Schrørder <sch@cybercity.dk>
2002-01-10 15:02:57 +00:00
..
ffs Initialise the bioops vector hack at runtime rather than at link time. This 2002-01-08 19:32:18 +00:00
ifs Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget() 2001-12-20 22:42:27 +00:00
ufs Do not pull quota entries of the cache-list if they have already 2002-01-10 15:02:57 +00:00