mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 01:01:27 +00:00
qla2x00t-32gbit: Bump the minimum kernel version to v3.18
Patches that will be applied later for this driver require kernel version v3.18. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9512 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
(!defined(RHEL_MAJOR) || RHEL_MAJOR -0 < 7)
|
||||
#error
|
||||
#error ***This version of qla2xxx does not support distributions based on***
|
||||
#error ***kernels before Linux kernel v3.15.***
|
||||
#error ***kernels before Linux kernel v3.18.***
|
||||
#error
|
||||
#endif
|
||||
|
||||
|
||||
@@ -248,7 +248,7 @@ fi
|
||||
|
||||
# See also commit 89d9a567952b ("[SCSI] add support for per-host cmd pools";
|
||||
# v3.15).
|
||||
if kernel_version_lt "$kver" 3.15; then
|
||||
if kernel_version_lt "$kver" 3.18; then
|
||||
qla2x00t="true"
|
||||
qla2x00t_32gbit="false"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user