diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2020-12-12 06:13:02 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-12-12 19:18:56 +0100 |
commit | aeb2b0b1a3da5791d3b216e71ec72db7570f3571 (patch) | |
tree | f7de46d8e8b7a177ab492648e275ca3fc06c8f6a /drivers/md/raid10.h | |
parent | sr: Remove in_interrupt() usage in sr_init_command(). (diff) | |
download | linux-aeb2b0b1a3da5791d3b216e71ec72db7570f3571.tar.xz linux-aeb2b0b1a3da5791d3b216e71ec72db7570f3571.zip |
block: drop dead assignments in loop_init()
Commit 8410d38c2552 ("loop: use __register_blkdev to allocate devices on
demand") simplified loop_init(); so computing the range of the block region
is not required anymore and can be dropped.
Drop dead assignments in loop_init().
As compilers will detect these unneeded assignments and optimize this,
the resulting object code is identical before and after this change.
No functional change. No change in object code.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/md/raid10.h')
0 files changed, 0 insertions, 0 deletions