Skip to content

Commit a18df07

Browse files
zhuyjaxboe
authored andcommitted
null_blk: don't initialize static 'g_virt_boundary' to false
No functional changes intended. Signed-off-by: Zhu Yanjun <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 7d251be commit a18df07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/block/null_blk/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ enum {
7777
NULL_IRQ_TIMER = 2,
7878
};
7979

80-
static bool g_virt_boundary = false;
80+
static bool g_virt_boundary;
8181
module_param_named(virt_boundary, g_virt_boundary, bool, 0444);
8282
MODULE_PARM_DESC(virt_boundary, "Require a virtual boundary for the device. Default: False");
8383

0 commit comments

Comments
 (0)