mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-20 15:04:19 +00:00
ib_srpt, iscsi-scst: Port to Linux kernel v5.8 (merge r9060 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.4.x@9101 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
#ifndef INSIDE_KERNEL_TREE
|
||||
#include <linux/version.h>
|
||||
#endif
|
||||
#include <rdma/ib_cm.h>
|
||||
|
||||
#include "isert_dbg.h"
|
||||
#include "iser.h"
|
||||
@@ -1571,7 +1572,11 @@ fail_conn_create:
|
||||
isert_deref_device(isert_dev);
|
||||
mutex_unlock(&dev_list_mutex);
|
||||
fail_dev_create:
|
||||
rdma_reject(cm_id, NULL, 0);
|
||||
rdma_reject(cm_id, NULL, 0
|
||||
#if RDMA_REJECT_HAS_FOUR_ARGS
|
||||
, IB_CM_REJ_CONSUMER_DEFINED
|
||||
#endif
|
||||
);
|
||||
module_put(THIS_MODULE);
|
||||
goto out;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user