From 6b8b4ac4596ded2cfd444055895154d7a507d9b7 Mon Sep 17 00:00:00 2001 From: vlnb Date: Fri, 28 Nov 2008 17:19:29 +0000 Subject: [PATCH] alloc_io_context renamed to export_alloc_io_context git-svn-id: https://scst.svn.sourceforge.net/svnroot/scst/trunk@588 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/generate-kernel-patch | 2 +- ...ontext-2.6.27.patch => export_alloc_io_context-2.6.27.patch} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scst/kernel/{alloc_io_context-2.6.27.patch => export_alloc_io_context-2.6.27.patch} (100%) diff --git a/scripts/generate-kernel-patch b/scripts/generate-kernel-patch index f923d78..ed900c3 100755 --- a/scripts/generate-kernel-patch +++ b/scripts/generate-kernel-patch @@ -138,7 +138,7 @@ echo "" kpatch=( \ "scst/kernel/scst_exec_req_fifo-${kernel_version}.patch" \ - "scst/kernel/alloc_io_context-${kernel_version}.patch" \ + "scst/kernel/export_alloc_io_context-${kernel_version}.patch" \ "iscsi-scst/kernel/patches/put_page_callback-${kernel_version}.patch" \ ) diff --git a/scst/kernel/alloc_io_context-2.6.27.patch b/scst/kernel/export_alloc_io_context-2.6.27.patch similarity index 100% rename from scst/kernel/alloc_io_context-2.6.27.patch rename to scst/kernel/export_alloc_io_context-2.6.27.patch -- 2.17.1