iscsi-scst: Unbreak nightly build (merge r6740 from trunk)

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.1.x@6761 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-12-17 15:54:50 +00:00
parent 564015a95e
commit fa1d634262
+2 -1
View File
@@ -963,7 +963,8 @@ static struct isert_device *isert_device_create(struct ib_device *ib_dev)
goto fail_cq;
}
#ifndef IB_CREATE_CQ_HAS_INIT_ATTR
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 2, 0) && \
!defined(IB_CREATE_CQ_HAS_INIT_ATTR)
cq = ib_create_cq(ib_dev,
isert_cq_comp_handler,
isert_async_evt_handler,