mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 05:31:28 +00:00
isert-scst: Unbreak nightly build
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6740 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user