commit | f17c21c1ecb80e957bafa07d6454836854be7cf2 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Mar 24 08:25:14 2020 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Mar 24 07:57:07 2020 -0600 |
tree | defb8d2c974a8ba695f4a109e2217b994142b459 | |
parent | 3ad5cee5cd000dc05e6c2410b06fc1d818e7b1e9 [diff] |
block: remove alloc_part_info and free_part_info There isn't any good reason not to simply open code the allocation and freeing of the partition_meta_info structure. Especially as one of the branches in alloc_part_info is entirely dead code. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>