The patch titled
mm-fix-pagecache-write-deadlocks: xip
has been removed from the -mm tree. Its filename was
mm-fix-pagecache-write-deadlocks-xip.patch
This patch was dropped because it is obsolete
------------------------------------------------------
Subject: mm-fix-pagecache-write-deadlocks: xip
From: Cedric Le Goater <[EMAIL PROTECTED]>
filemap_xip.c needs a fix also.
Signed-off-by: Cedric Le Goater <[EMAIL PROTECTED]>
Cc: Carsten Otte <[EMAIL PROTECTED]>
Cc: Nick Piggin <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
mm/filemap_xip.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
diff -puN mm/filemap_xip.c~mm-fix-pagecache-write-deadlocks-xip mm/filemap_xip.c
--- a/mm/filemap_xip.c~mm-fix-pagecache-write-deadlocks-xip
+++ a/mm/filemap_xip.c
@@ -317,7 +317,8 @@ __xip_file_write(struct file *filp, cons
break;
}
- copied = filemap_copy_from_user(page, offset, buf, bytes);
+ copied = filemap_copy_from_user_nonatomic(page, offset,
+ buf, bytes);
flush_dcache_page(page);
if (likely(copied > 0)) {
status = copied;
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
mm-fix-pagecache-write-deadlocks-xip.patch
git-acpi-fix_i386_srat.patch
kthread-api-conversion-for-dvb_frontend-and-av7110.patch
mxser-remove-useless-fields.patch
statistics-replace-inode-ugeneric_ip-with-i_private.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html