diff options
author | 2015-01-20 15:11:34 +0800 | |
---|---|---|
committer | 2015-01-21 18:06:48 -0800 | |
commit | 6e9606d2a2dce098c1739fb3cd82a1c34fd73d3a (patch) | |
tree | eeeb1c991d4971cdbfda675bbbb4b37b0c6f5ebb /fs/btrfs/dev-replace.c | |
parent | Btrfs: Make raid_map array be inlined in btrfs_bio structure (diff) | |
download | wireguard-linux-6e9606d2a2dce098c1739fb3cd82a1c34fd73d3a.tar.xz wireguard-linux-6e9606d2a2dce098c1739fb3cd82a1c34fd73d3a.zip |
Btrfs: add ref_count and free function for btrfs_bio
1: ref_count is simple than current RBIO_HOLD_BBIO_MAP_BIT flag
to keep btrfs_bio's memory in raid56 recovery implement.
2: free function for bbio will make code clean and flexible, plus
forced data type checking in compile.
Changelog v1->v2:
Rename following by David Sterba's suggestion:
put_btrfs_bio() -> btrfs_put_bio()
get_btrfs_bio() -> btrfs_get_bio()
bbio->ref_count -> bbio->refs
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'fs/btrfs/dev-replace.c')
0 files changed, 0 insertions, 0 deletions