mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-20 14:16:31 +00:00
qla2x00t: SLES 11 SP3 build fix
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5190 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+1
-1
@@ -1828,7 +1828,7 @@ qla2x00_terminate_rport_io(struct fc_rport *rport)
|
||||
return;
|
||||
|
||||
qla2x00_abort_fcport_cmds(fcport);
|
||||
#if (LINUX_VERSION_CODE < KERNEL_VERSION(3, 6, 0))
|
||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 6, 0) && !defined(CONFIG_SUSE_KERNEL)
|
||||
scsi_target_unblock(&rport->dev);
|
||||
#else
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user