diff options
author | scottl <scottl@FreeBSD.org> | 2004-05-18 19:51:41 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2004-05-18 19:51:41 +0000 |
commit | fe4d2929f58783dfd7b5e89dacdcd0fe5ed7ccee (patch) | |
tree | e9dc478d4ba9a429afa3515860349348a165d289 /usr.bin/id/id.1 | |
parent | 8e37fd0b5d59683f6f59b7f25f522dd702b2e0eb (diff) | |
download | FreeBSD-src-fe4d2929f58783dfd7b5e89dacdcd0fe5ed7ccee.zip FreeBSD-src-fe4d2929f58783dfd7b5e89dacdcd0fe5ed7ccee.tar.gz |
Improve the delay algorithm used in bgfsck. From the author:
shuffles the timing and sleep calls in bgfsck from:
sleep timer_on io timer_off io io io io io io io
to
sleep io io io io io io io timer_on io timer_off
The original method basically guaranteed that the timed I/O included a
disk seek every time, which made bgfsck sleep for much longer than
necessary.
Submitted by: Dan Nelson
Reviewed by: kirk
Diffstat (limited to 'usr.bin/id/id.1')
0 files changed, 0 insertions, 0 deletions