btrfs: add cleanup function for btrfs_free_chunk_map
Signed-off-by: Naohiro Aota <naohiro.aota@wdc.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
392431cf9c
commit
e564cd2511
|
|
@ -634,6 +634,7 @@ static inline void btrfs_free_chunk_map(struct btrfs_chunk_map *map)
|
|||
kfree(map);
|
||||
}
|
||||
}
|
||||
DEFINE_FREE(btrfs_free_chunk_map, struct btrfs_chunk_map *, btrfs_free_chunk_map(_T))
|
||||
|
||||
struct btrfs_balance_control {
|
||||
struct btrfs_balance_args data;
|
||||
|
|
|
|||
Loading…
Reference in New Issue