Re: elevator algorithm bug in ll_rw_blk.c

Helge Hafting (helge.hafting@daldata.no)
Tue, 17 Nov 1998 09:26:30 +0100


> yes, but doing this when mkfs runs might be feasable
> or perhaps why not tackle a subset of the problem and just optimise swap partitions
mkfs may run at heavy-load time. The only safe time to do timing-sensitive
probing is at device driver initialization time, and that is
inconvenient. And it may still fail due to caching and buffering
in the disk itself.
The task isn't easier for swap partitions, although a simple
optimization can be done by preferring to use the fastest side
of the partition first. This can be determined by a simple program.

Helge Hafting

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/