Re: [RFC] basic delayed allocation in VFS
From: Christoph Hellwig <hch@infradead.org>
Date: 2007-07-29 19:22:41
Also in:
linux-fsdevel
From: Christoph Hellwig <hch@infradead.org>
Date: 2007-07-29 19:22:41
Also in:
linux-fsdevel
On Sun, Jul 29, 2007 at 09:48:10PM +0400, Alex Tomas wrote:
I think the latter one is better because it supports bs < pagesize (though I'm not sure about data=ordered yet). I'm not against putting most of the patch into fs/ext4/, but at least few bits to be changed in fs/ - exports in fs/mpage.c and one "if" in __block_write_full_page().
The changes to __block_write_full_page is obviously fine, and exporting mpage.c bits sounds fine to me aswell, although I'd like to take a look at the final patch.