block: remove the nr_sectors variable in generic_make_request_checks
authorChristoph Hellwig <hch@lst.de>
Wed, 1 Jul 2020 08:59:42 +0000 (10:59 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 1 Jul 2020 13:27:24 +0000 (07:27 -0600)
commite439ab710fb0564dccb52b0519b3d354ea2a9c50
tree81384c304cd9e72dd870c4f04b561c8275f9070d
parent833f84e2b9b512c02a8d751e63e2b7de4ea2aa82
block: remove the nr_sectors variable in generic_make_request_checks

The variable is only used once, so just open code the bio_sector()
there.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c