Badari Pulavarty <[EMAIL PROTECTED]> wrote:
>
> Hi Andrew,
> 
> Here is the 2.6.11-mm1 patch for adding writepages support
> for ext3 writeback mode. Could you include it in -mm tree ?

spose so.  Does it work?

Do you have any benchmarking results handy?

> +static int
> +ext3_writeback_writepages(struct address_space *mapping, 
> +                             struct writeback_control *wbc)
> +{
> +     struct inode *inode = mapping->host;
> +     handle_t *handle = NULL;
> +     int err, ret = 0;
> +
> +     if (!mapping_tagged(mapping, PAGECACHE_TAG_DIRTY))
> +             return ret;

Can we please add a comment explaining why this is here?  I've already
forgotten why we put it there.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to