]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
RDS: Change the default value of rds_rt_debug_bitmap modparam to 0x488B
authorAvinash Repaka <avinash.repaka@oracle.com>
Wed, 13 Apr 2016 00:48:42 +0000 (17:48 -0700)
committerChuck Anderson <chuck.anderson@oracle.com>
Wed, 25 May 2016 03:52:48 +0000 (20:52 -0700)
This patch changes the default value of rds_rt_debug_bitmap module
parameter to 0x488B to enable RDS_RTD_ERR, RDS_RTD_ERR_EXT, RDS_RTD_CM,
RDS_RTD_ACT_BND, RDS_RTD_RCV, RDS_RTD_SND flags of rds_rtd.

Orabug: 23294707

Signed-off-by: Srinivas Eeda <srinivas.eeda@oracle.com>
Signed-off-by: Avinash Repaka <avinash.repaka@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
net/rds/rds_rt_debug.c

index 8012c8079b8d70ac352920cca262597603b8484c..61ae1179cd59e78e843b8323465488bdd6c49929 100644 (file)
@@ -35,9 +35,9 @@
 #include "rds.h"
 #include "rds_rt_debug.h"
 
-u32 kernel_rds_rt_debug_bitmap;
+u32 kernel_rds_rt_debug_bitmap = 0x488B;
 EXPORT_SYMBOL(kernel_rds_rt_debug_bitmap);
 
 module_param_named(rds_rt_debug_bitmap, kernel_rds_rt_debug_bitmap, uint, 0644);
-MODULE_PARM_DESC(rds_rt_debug_bitmap, "RDS Runtime Debug Message Enabling Bitmap [default 0]");
+MODULE_PARM_DESC(rds_rt_debug_bitmap, "RDS Runtime Debug Message Enabling Bitmap [default 0x488B]");