freebsd-dev/sys/ufs
phk 44a1b5e459 [Regarding the previous patch] This is completely wrong.
1. ffs_alloc() actually allowed writing one block less one frag (normally
   7 frags or 7/8 blocks) beyond the limit.
2. freebufspace() gives the free space in frags, but `size' is in bytes,
   so the change results in approximately `size' fragments too many being
   reserved.
3. ffs_realloccg() has the same bug but wasn't changed.

PR:		3398
Submitted by:	bde
Eyeballed by:	phk
1997-09-19 11:13:16 +00:00
..
ffs [Regarding the previous patch] This is completely wrong. 1997-09-19 11:13:16 +00:00
lfs Convert select -> poll. 1997-09-14 02:58:12 +00:00
mfs Convert select -> poll. 1997-09-14 02:58:12 +00:00
ufs Convert select -> poll. 1997-09-14 02:58:12 +00:00