]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
This patch adds the modparam to rds.ko.
authorAndy Grover <andy.grover@oracle.com>
Fri, 3 Feb 2012 16:07:40 +0000 (11:07 -0500)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 7 Jul 2015 23:41:28 +0000 (16:41 -0700)
Signed-off-by: Andy Grover <andy.grover@oracle.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Signed-off-by: Bang Nguyen <bang.nguyen@oracle.com>
net/rds/af_rds.c

index 1b249e75b5d9511e31720e6852a2b3e3ae78b375..25de6b9456b5f505ad017a55a8db9e0af092d5cf 100644 (file)
 
 #include "rds.h"
 
+/* UNUSED for backwards compat only */
+static unsigned int rds_ib_retry_count = 0xdead;
+module_param(rds_ib_retry_count, int, 0444);
+MODULE_PARM_DESC(rds_ib_retry_count, "UNUSED, set param in rds_rdma instead");
+
 /* this is just used for stats gathering :/ */
 static DEFINE_SPINLOCK(rds_sock_lock);
 static unsigned long rds_sock_count;