module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / block / drbd / drbd_main.c
index 0358e55356c85f13ce96670f94b4cef626ce70ae..211fc44f84be6ddda0112dbf2ad8a55ca1810c47 100644 (file)
@@ -117,8 +117,8 @@ module_param(fault_devs, int, 0644);
 
 /* module parameter, defined */
 unsigned int minor_count = DRBD_MINOR_COUNT_DEF;
-int disable_sendpage;
-int allow_oos;
+bool disable_sendpage;
+bool allow_oos;
 unsigned int cn_idx = CN_IDX_DRBD;
 int proc_details;       /* Detail level in proc drbd*/
 
This page took 0.024931 seconds and 5 git commands to generate.