block: unexport read_dev_sector and put_dev_sector
authorChristoph Hellwig <hch@lst.de>
Tue, 24 Mar 2020 07:25:18 +0000 (08:25 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 24 Mar 2020 13:57:08 +0000 (07:57 -0600)
commit1a9fba3a77a5b39d1c9e1611758303f2649474e9
tree1b42e5acf03d130d3a3277117aa21f6f9a017dbb
parenta10183d744fb4e3f8aa38086c2b5e6fdf0171a1a
block: unexport read_dev_sector and put_dev_sector

read_dev_sector and put_dev_sector are now only used by the partition
parsing code.  Remove the export for read_dev_sector and merge it into
the only caller.  Clean the mess up a bit by using goto labels and
the SECTOR_SHIFT constant.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/partition-generic.c
block/partitions/check.h
include/linux/blkdev.h