diff options
author | YueHaibing <yuehaibing@huawei.com> | 2018-10-16 03:45:26 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-10-16 04:02:59 +0200 |
commit | de038597be8809619c4f17d70e86dab936bb1a10 (patch) | |
tree | b2acf2d5bab808c6c2dadab48587c0fb85622fd6 /block | |
parent | cdrom: don't attempt to fiddle with cdo->capability (diff) | |
download | linux-de038597be8809619c4f17d70e86dab936bb1a10.tar.xz linux-de038597be8809619c4f17d70e86dab936bb1a10.zip |
null_blk: remove set but not used variable 'q'
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/block/null_blk_main.c: In function 'end_cmd':
drivers/block/null_blk_main.c:609:24: warning:
variable 'q' set but not used [-Wunused-but-set-variable]
It not used any more after commit
e50b1e327aeb ("null_blk: remove legacy IO path")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions