From: weiping zhang Date: Fri, 13 Oct 2017 16:26:54 +0000 (+0800) Subject: null_blk: add usage hints for no_sched X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fc186311f2233bb3f69f22b96babdf16a57c88a9;p=linux.git null_blk: add usage hints for no_sched This parameter provide an option to disable io scheduler when nullb* in multi-queue mode. Signed-off-by: weiping zhang Signed-off-by: Jens Axboe --- diff --git a/Documentation/block/null_blk.txt b/Documentation/block/null_blk.txt index 1f8d92c704585..b7161c8e70f2e 100644 --- a/Documentation/block/null_blk.txt +++ b/Documentation/block/null_blk.txt @@ -73,3 +73,7 @@ use_per_node_hctx=[0/1]: Default: 0 use_lightnvm=[0/1]: Default: 0 Register device with LightNVM. Requires blk-mq and CONFIG_NVM to be enabled. + +no_sched=[0/1]: Default: 0 + 0: nullb* use default blk-mq io scheduler. + 1: nullb* doesn't use io scheduler.