Fix for inconsistency in compile time warning about patch io_context for 2.6.26 kernel, noticed by Mark Buechler <mark.buechler@gmail.com>

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1228 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2009-10-20 18:40:06 +00:00
parent cc83f517ea
commit a09d341a0c

View File

@@ -53,7 +53,7 @@
#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 30) */
#endif /* !defined(SCSI_EXEC_REQ_FIFO_DEFINED) */
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 27)
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 26)
#if !defined(SCST_IO_CONTEXT)
#warning "Patch io_context-<kernel-version> was not applied\
on your kernel. SCST will be working with not the best performance."
@@ -61,7 +61,7 @@
#else
#warning "There is no patch io_context-<kernel-version>\
for your kernel version. For performance reasons it is strongly recommended\
to upgrade your kernel to version >= 2.6.27.x."
to upgrade your kernel to version >= 2.6.26.x."
#endif
/**