Re: atomicity

Theodore Y. Ts'o (tytso@mit.edu)
Mon, 7 Dec 1998 16:59:18 -0500


Date: Mon, 7 Dec 1998 06:57:13 -0500 (EST)
From: Robert Minichino <rmini@joni.pasture.net>

The ext2fs notion of cylinder groups relies only on adjacency in
terms of linear sector numbers, disregarding the bogus logical
geometry reported by the disk. Even on modern disk drives, accessing
blocks closest in linear sector number is usually fastest, and the
ext2fs notion of cylinder groups exploits this. Locality of
reference in the linear sense thus still applies.

That's about right. Note that the ext2fs "notion of cylinder groups" is
called "block groups", in recognition that they have nothing to do with
physical disk layouts.

- Ted

-
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/