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