Re: I request inclusion of reiser4 in the mainline kernel

From: Nikita Danilov
Date: Tue Sep 20 2005 - 13:27:22 EST


Hans Reiser writes:
> Horst von Brand wrote:
>
> >
> >
> >Funny that the "texbook algorithms" aren't used in real life. Wonder why...
> >
> >
> Try BSD. If the BSD book can be believed, they use"texbook algorithms".

The "textbook" one-way elevator (as indeed exemplified by FreeBSD's
src/sys/kern/subr_disk.c:bioq_disksort()) has well-known weaknesses. For
example,

dd if=/dev/zero of=FILE

can easily monopolize device queue and starve accesses to the blocks
with low block numbers.

>
> ;-)

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