diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-01 20:57:57 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-01 21:03:24 +0200 |
commit | b1f7b5ac418e982180412cf4ffd1c2c7daee5b4b (patch) | |
tree | c0123aa49a87a77dde57eae9c2528c6d3bbaabee /recipes/iscsi-target/files/2.6.31.patch | |
parent | 2f421560edbd0026d5c3e3bd6b5a8a7e52bcddfb (diff) |
iscsi-target: moved to 1.4.20.2
also renamed the files dir to the more appropriate iscsi-target
added a DEFAULT_PREFERENCE = "-1" for beagleboard as
angstrom and minimal use a modified 2.6.32 kernel which breaks this recipe
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
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; |