[PATCH 3/9] btrfs: move extent_io_tree defs to their own header

2019-09-23 Thread Josef Bacik
extent_io.c/h are huge, encompassing a bunch of different things. The extent_io_tree code can live on its own, so separate this out. Signed-off-by: Josef Bacik --- fs/btrfs/ctree.h | 1 + fs/btrfs/extent-io-tree.h | 227 ++ fs/btrfs/extent_io.c

[PATCH 3/9] btrfs: move extent_io_tree defs to their own header

2019-09-17 Thread Josef Bacik
extent_io.c/h are huge, encompassing a bunch of different things. The extent_io_tree code can live on its own, so separate this out. Signed-off-by: Josef Bacik --- fs/btrfs/ctree.h | 1 + fs/btrfs/extent-io-tree.h | 227 ++ fs/btrfs/extent_io.c

[PATCH 3/9] btrfs: move extent_io_tree defs to their own header

2019-09-11 Thread Josef Bacik
extent_io.c/h are huge, encompassing a bunch of different things. The extent_io_tree code can live on its own, so separate this out. Signed-off-by: Josef Bacik --- fs/btrfs/ctree.h | 1 + fs/btrfs/extent-io-tree.h | 227 ++ fs/btrfs/extent_io.c