Re: [RFC] ext4-delayed-allocation.patch

2006-12-23 Thread Andrew Morton
On Fri, 22 Dec 2006 23:28:32 +0300 Alex Tomas <[EMAIL PROTECTED]> wrote: > +/* > + * With EXT4_WB_SKIP_SMALL defined the patch will try to avoid > + * small I/Os ignoring ->writepages() if mapping hasn't enough > + * contig. dirty pages > + */ > +#define EXT4_WB_SKIP_SMALL__ > + > +#define WB_ASSE

[RFC] ext4-delayed-allocation.patch

2006-12-22 Thread Alex Tomas
Index: linux-2.6.20-rc1/include/linux/ext4_fs_i.h === --- linux-2.6.20-rc1.orig/include/linux/ext4_fs_i.h 2006-12-14 04:14:23.0 +0300 +++ linux-2.6.20-rc1/include/linux/ext4_fs_i.h 2006-12-22 22:56:04.0 +0300 @