block: don't skip empty device in in disk_uevent
authorChristoph Hellwig <hch@lst.de>
Tue, 23 Feb 2021 22:41:25 +0000 (15:41 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 23 Feb 2021 22:41:25 +0000 (15:41 -0700)
commit75ab6afacda01a6bd2d3ecd4cb8485f7c8fa2fdb
tree3607303c658f1f1f1a527187e192a3bc2714faa9
parentc0ea57608b691d6cde8aff23e11f9858a86b5918
block: don't skip empty device in in disk_uevent

Restore the previous behavior by using the correct flag for the whole device
("part0").

Fixes: 99dfc43ecbf6 ("block: use ->bi_bdev for bio based I/O accounting")
Reported-by: John Stultz <john.stultz@linaro.org>
Tested-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/genhd.c