From 2ceda4a4c24d32243eccda728ac1bf8c5db2e1ee Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Fri, 28 Nov 2008 17:19:29 +0000 Subject: [PATCH] alloc_io_context renamed to export_alloc_io_context git-svn-id: http://svn.code.sf.net/p/scst/svn/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 f923d7893..ed900c324 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