commit | 1d7035478f64c040441c9cb2aa32e0d7fae526d2 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jul 27 08:25:17 2021 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Aug 02 13:37:28 2021 -0600 |
tree | 24444a63eea97b89b8a15abfa1746a66f27e9a9c | |
parent | 453b8ab696b32cfd8bad80a5501937440d1cf214 [diff] |
block: simplify disk name formatting in check_partition disk_name for partition 0 just copies out the disk_name field. Replace the call to disk_name with a %s format specifier. 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-6-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>