Chris Mason wrote:
>
> --On 09/10/00 00:38:31 +0200 Daniel Phillips
> <[EMAIL PROTECTED]> wrote:
>
> > Here's what's on my mind: block_write_full_page does not use the
> > filesystem's prepare_write and commit_write methods, instead it calls
> > its own internal functions. Presumeably this is d
--On 09/10/00 00:38:31 +0200 Daniel Phillips
<[EMAIL PROTECTED]> wrote:
> Here's what's on my mind: block_write_full_page does not use the
> filesystem's prepare_write and commit_write methods, instead it calls
> its own internal functions. Presumeably this is done for efficiency,
> but it limi
Here's what's on my mind: block_write_full_page does not use the
filesystem's prepare_write and commit_write methods, instead it calls
its own internal functions. Presumeably this is done for efficiency,
but it limits flexibility.
Reading the code, I can't see any reason right off why the file