mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 01:01:27 +00:00
ib_srpt: Port to Linux kernel v5.10
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9180 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
static int __init modinit(void)
|
||||
{
|
||||
return rdma_destroy_ah(NULL) != 0;
|
||||
|
||||
}
|
||||
|
||||
module_init(modinit);
|
||||
|
||||
@@ -3,8 +3,9 @@
|
||||
|
||||
static int __init modinit(void)
|
||||
{
|
||||
return rdma_destroy_ah(NULL, 0) != 0;
|
||||
rdma_destroy_ah(NULL, 0);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
module_init(modinit);
|
||||
|
||||
Reference in New Issue
Block a user