We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d251be commit a18df07Copy full SHA for a18df07
drivers/block/null_blk/main.c
@@ -77,7 +77,7 @@ enum {
77
NULL_IRQ_TIMER = 2,
78
};
79
80
-static bool g_virt_boundary = false;
+static bool g_virt_boundary;
81
module_param_named(virt_boundary, g_virt_boundary, bool, 0444);
82
MODULE_PARM_DESC(virt_boundary, "Require a virtual boundary for the device. Default: False");
83
0 commit comments