commit | a291bb43e5c9fdedc4be3dfd496e64e7c5a78b1f | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jul 27 08:25:15 2021 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Aug 02 13:37:28 2021 -0600 |
tree | fe5e4cc05c5a1a086b46188d8fc01e17b5368ac8 | |
parent | a9e7bc3de4051d037a8e6f2d30448c347263737e [diff] |
block: use the %pg format specifier in show_partition Simplify printing the partition name by using the %pg format specifier that is equivalent to a bdevname call. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com> Link: https://lore.kernel.org/r/20210727062518.122108-4-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>