diff options
author | phk <phk@FreeBSD.org> | 1997-09-19 11:13:16 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1997-09-19 11:13:16 +0000 |
commit | f6da000c05feb73d9ea67e2f4d2b2f12ca9d7581 (patch) | |
tree | 9e2bdf1aff9b377d62fd72283bf97e34adb8d85f /sys/isa/sio.c | |
parent | 45d7b03c300add9741176c7a284d60fd355b6ade (diff) | |
download | FreeBSD-src-f6da000c05feb73d9ea67e2f4d2b2f12ca9d7581.zip FreeBSD-src-f6da000c05feb73d9ea67e2f4d2b2f12ca9d7581.tar.gz |
[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
Diffstat (limited to 'sys/isa/sio.c')
0 files changed, 0 insertions, 0 deletions