block: simplify partition_overlaps
authorChristoph Hellwig <hch@lst.de>
Tue, 6 Apr 2021 06:22:58 +0000 (08:22 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 8 Apr 2021 16:24:36 +0000 (10:24 -0600)
commite30691237bc1e055c55b0fe256ed7fc1a4ee1122
tree118eab003b58e22a70076fbcdc33e60db380ab97
parent6c4541a8bb94a1cccca55ee53c866eb72bf279cf
block: simplify partition_overlaps

Just use xa_for_each to iterate over the partitions as there is no need
to grab a reference to each partition.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20210406062303.811835-8-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/partitions/core.c