diff options
Diffstat (limited to 'recipes/iscsi-target/files/2.6.31.patch')
-rw-r--r-- | recipes/iscsi-target/files/2.6.31.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes/iscsi-target/files/2.6.31.patch b/recipes/iscsi-target/files/2.6.31.patch deleted file mode 100644 index 74c91f5d4c..0000000000 --- a/recipes/iscsi-target/files/2.6.31.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: iscsitarget-1.4.19/patches/compat-2.6.31.patch -=================================================================== ---- /dev/null -+++ iscsitarget-1.4.19/patches/compat-2.6.31.patch -@@ -0,0 +1,11 @@ -+--- sync/kernel/file-io.c 2009-12-10 17:43:36.000000000 -0500 -++++ trunk/kernel/file-io.c 2008-12-04 17:35:21.000000000 -0500 -+@@ -88,7 +88,7 @@ -+ count = lu->blk_cnt << lu->blk_shift; -+ } -+ -+- res = filemap_write_and_wait_range(mapping, ppos, ppos + count - 1); -++ res = sync_page_range(inode, mapping, ppos, count); -+ if (res) { -+ eprintk("I/O error: syncing pages failed: %d\n", res); -+ return -EIO; |