commit | 38430f0876fa8b9549ec434f569dce03e057c076 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Sep 21 09:19:45 2020 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Sep 23 10:43:18 2020 -0600 |
tree | b8137369a29bfc6158d781ad1e4897cbd6a2062f | |
parent | 07d098e6bbad04030dab5b3e64149601fcb063ce [diff] |
block: move the NEED_PART_SCAN flag to struct gendisk We can only scan for partitions on the whole disk, so move the flag from struct block_device to struct gendisk. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>