]> www.infradead.org Git - users/hch/block.git/commit
null_blk: don't suppress partitioning information
authorChristoph Hellwig <hch@lst.de>
Mon, 22 Nov 2021 13:06:19 +0000 (14:06 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 23 Nov 2021 16:09:53 +0000 (09:09 -0700)
commitd85efbbb7939d5b4a85f3bbeee41a13413ebdc76
tree98f02fff015d52e79ac2be5ad2401619b43f96b4
parenta1525fbf1d76783badf95c60e96888a85ad53edc
null_blk: don't suppress partitioning information

This manually reverts commit 27290b469051 ("null_blk: suppress invalid
partition info").  The message in that commit log can't appearch as
the flag is never checked during probing, and there is no good reason
to treat null_blk special in /proc/partitions.

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