Re: block_write_full_page doesn't use filesystem's override methods

2000-09-11 Thread Daniel Phillips
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

Re: block_write_full_page doesn't use filesystem's override methods

2000-09-11 Thread Chris Mason
--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

block_write_full_page doesn't use filesystem's override methods

2000-09-09 Thread Daniel Phillips
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