mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue