From cd4162ddb917d3238412c976661064b8c45957b5 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 4 Oct 2009 07:22:43 +0000 Subject: [PATCH] Applies again properly to 2.6.26 kernel. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1175 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/kernel/io_context-2.6.26.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scst/kernel/io_context-2.6.26.patch b/scst/kernel/io_context-2.6.26.patch index 754c58315..045780c91 100644 --- a/scst/kernel/io_context-2.6.26.patch +++ b/scst/kernel/io_context-2.6.26.patch @@ -38,9 +38,11 @@ diff -rup linux-source-2.6.26.orig/block/blk-ioc.c linux-source-2.6.26/block/blk } struct io_context *alloc_io_context(gfp_t gfp_flags, int node) -@@ -106,5 +115,7 @@ struct io_context *alloc_io_context(gfp_ +@@ -105,7 +114,8 @@ struct io_context *alloc_io_context(gfp_ + return ret; } +- +EXPORT_SYMBOL(alloc_io_context); + /*