[ewg] [GIT PULL compat-rdma] iw_cm backport fix
Steve Wise
swise at opengridcomputing.com
Tue Jan 13 13:00:43 PST 2015
Hey Vlad,
Please pull this commit from
git://flatbed.openfabrics.org/~swise/compat-rdma.git for-vlad
Thanks,
Steve
---
commit dd782de3ae94bfbf3928ad2ada5e3c6fb4d2d75b
Author: Steve Wise <swise at opengridcomputing.com>
Date: Tue Jan 13 14:53:55 2015 -0600
iw_cm: fix backport bug
Signed-off-by: Steve Wise <swise at opengridcomputing.com>
diff --git a/patches/0024-BACKPORT-iw_cm.patch b/patches/0024-BACKPORT-iw_cm.pat
ch
index 6228763..aacf032 100644
--- a/patches/0024-BACKPORT-iw_cm.patch
+++ b/patches/0024-BACKPORT-iw_cm.patch
@@ -60,7 +60,7 @@ index xxxxxxx..xxxxxxx xxxxxx
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,5,0)
unregister_net_sysctl_table(iwcm_ctl_table_hdr);
+#else
-+ unregister_net_table(iwcm_ctl_table_hdr);
++ unregister_sysctl_table(iwcm_ctl_table_hdr);
+#endif
+#endif
destroy_workqueue(iwcm_wq);
More information about the ewg
mailing list