Re: [PATCH v2 04/10] Btrfs: move extent map specific code to extent_map.c

2018-01-09 Thread Josef Bacik
On Fri, Jan 05, 2018 at 12:51:11PM -0700, Liu Bo wrote: > These helpers are extent map specific, move them to extent_map.c. > > Signed-off-by: Liu Bo Reviewed-by: Josef Bacik Thanks, Josef -- To unsubscribe from this list: send the line "unsubscribe

[PATCH v2 04/10] Btrfs: move extent map specific code to extent_map.c

2018-01-05 Thread Liu Bo
These helpers are extent map specific, move them to extent_map.c. Signed-off-by: Liu Bo --- fs/btrfs/ctree.h | 2 - fs/btrfs/extent_map.c | 125 ++ fs/btrfs/extent_map.h | 2 + fs/btrfs/inode.c | 107