Re: 2.6.19-rc2-mm1

From: Andrew Morton
Date: Tue Oct 17 2006 - 14:36:44 EST


On Tue, 17 Oct 2006 17:45:29 +0200
Cedric Le Goater <clg@xxxxxxxxxx> wrote:

> > +mm-fix-pagecache-write-deadlocks.patch
>
> filemap_xip.c needs a fix also.
>
> Signed-off-by: Cedric Le Goater <clg@xxxxxxxxxx>
> ---
> mm/filemap_xip.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Index: 2.6.19-rc2-mm1/mm/filemap_xip.c
> ===================================================================
> --- 2.6.19-rc2-mm1.orig/mm/filemap_xip.c
> +++ 2.6.19-rc2-mm1/mm/filemap_xip.c
> @@ -317,7 +317,7 @@ __xip_file_write(struct file *filp, cons
> break;
> }
>
> - copied = filemap_copy_from_user(page, offset, buf, bytes);
> + copied = filemap_copy_from_user_atomic(page, offset, buf, bytes);
> flush_dcache_page(page);
> if (likely(copied > 0)) {
> status = copied;

<looks>

I think it might actually be that simple. I expected a lot more fuss than
that.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/