From d5541635539c4ce1362d4d97c9e08a841b39fa71 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 3 Oct 2017 00:04:53 +0000 Subject: [PATCH] scripts/generate-kernel-patch: Fix a regression introduced in r7164 git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7237 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/generate-kernel-patch | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/generate-kernel-patch b/scripts/generate-kernel-patch index 672ea1a2a..c3221eaf0 100755 --- a/scripts/generate-kernel-patch +++ b/scripts/generate-kernel-patch @@ -272,6 +272,9 @@ done # General kernel patches. +scsi_exec_req_fifo_defined=0 +scst_io_context=0 + scst_03_public_headers="scst/include/scst.h scst/include/scst_const.h \ scst/include/scst_event.h scst/include/backport.h" scst_04_main="scst/src/scst_main.c scst/src/scst_module.c scst/src/scst_priv.h \