OSDN Git Service

block: remove a dead check in show_partition
authorChristoph Hellwig <hch@lst.de>
Mon, 22 Nov 2021 13:06:15 +0000 (14:06 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 29 Nov 2021 13:35:21 +0000 (06:35 -0700)
commite3b3bad3f29878d13fdbc96f9e59674bd9b06bae
tree48f1c2301a1652d921668180f3f9062f3c0f7576
parent1a827ce1b9f2c740d2c6a228afd972970c18bc21
block: remove a dead check in show_partition

disk_max_parts never returns 0 given that ->minors for devices not using
the extended dev_t must be non-zero, and disk_max_parts always returns
DISK_MAX_PARTS for the latter.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20211122130625.1136848-5-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/genhd.c