Re: linux-2.4.10-pre5

Chris Mason (mason@suse.com)
Sun, 09 Sep 2001 23:02:18 -0400


On Monday, September 10, 2001 04:40:21 AM +0200 Daniel Phillips
<phillips@bonn-fries.net> wrote:

>> How about subsequent calls for the same offset with the same blocksize
>> need to return the same buffer head?
>
> Are we picking nits? Better add "the same dev" and "until the buffer
> head is freed" ;-)

;-) Really, wasn't trying for that. If we just say later calls for the
same offset, we get in trouble later on if we also want variable, very
large blocksizes. If we relax the rules to allow multiple buffer heads for
the same physical spot on disk, things get easier, and the FS is
responsible for not doing something stupid with it.

The data is still consistent either way, there are just multiple io handles.

-chris

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