From 3a27584573a485b70ac8c5bc926056e2d10e0c7d Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Fri, 28 Sep 2007 13:57:06 +0000 Subject: [PATCH] - Put_page patches remaned to correspond with the full kernel versions, for which they were created - Minor cleanups git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@201 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- ..._callback-2.6.16.patch => put_page_callback-2.6.16.29.patch} | 0 ...e_callback-2.6.18.patch => put_page_callback-2.6.18.1.patch} | 0 ...e_callback-2.6.21.patch => put_page_callback-2.6.21.1.patch} | 0 usr/fileio/fileio.c | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename iscsi-scst/kernel/patches/{put_page_callback-2.6.16.patch => put_page_callback-2.6.16.29.patch} (100%) rename iscsi-scst/kernel/patches/{put_page_callback-2.6.18.patch => put_page_callback-2.6.18.1.patch} (100%) rename iscsi-scst/kernel/patches/{put_page_callback-2.6.21.patch => put_page_callback-2.6.21.1.patch} (100%) diff --git a/iscsi-scst/kernel/patches/put_page_callback-2.6.16.patch b/iscsi-scst/kernel/patches/put_page_callback-2.6.16.29.patch similarity index 100% rename from iscsi-scst/kernel/patches/put_page_callback-2.6.16.patch rename to iscsi-scst/kernel/patches/put_page_callback-2.6.16.29.patch diff --git a/iscsi-scst/kernel/patches/put_page_callback-2.6.18.patch b/iscsi-scst/kernel/patches/put_page_callback-2.6.18.1.patch similarity index 100% rename from iscsi-scst/kernel/patches/put_page_callback-2.6.18.patch rename to iscsi-scst/kernel/patches/put_page_callback-2.6.18.1.patch diff --git a/iscsi-scst/kernel/patches/put_page_callback-2.6.21.patch b/iscsi-scst/kernel/patches/put_page_callback-2.6.21.1.patch similarity index 100% rename from iscsi-scst/kernel/patches/put_page_callback-2.6.21.patch rename to iscsi-scst/kernel/patches/put_page_callback-2.6.21.1.patch diff --git a/usr/fileio/fileio.c b/usr/fileio/fileio.c index 6d11002e1..ae61cc399 100644 --- a/usr/fileio/fileio.c +++ b/usr/fileio/fileio.c @@ -46,7 +46,7 @@ char *app_name; ~TRACE_SCSI & ~TRACE_SCSI_SERIALIZING & ~TRACE_DEBUG) */ #define DEFAULT_LOG_FLAGS (TRACE_OUT_OF_MEM | TRACE_MINOR | TRACE_PID | \ - TRACE_FUNCTION | TRACE_SPECIAL | TRACE_MGMT | TRACE_MGMT_DEBUG | TRACE_ORDER | \ + TRACE_FUNCTION | TRACE_SPECIAL | TRACE_MGMT | TRACE_MGMT_DEBUG | \ TRACE_TIME) #define TRACE_SN(args...) TRACE(TRACE_SCSI_SERIALIZING, args)