]> git.ipfire.org Git - people/ms/linux.git/commit - fs/btrfs/extent_io.h
btrfs: move extent_io_tree defs to their own header
authorJosef Bacik <josef@toxicpanda.com>
Mon, 23 Sep 2019 14:05:19 +0000 (10:05 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 18 Nov 2019 11:46:47 +0000 (12:46 +0100)
commit9c7d3a548331e72ba3613eaa5c8a74839462b764
tree6e3e7a011b1085121feb1cda159c4074492895c5
parent6f0d04f8e72e1c7fd17e7fac0fea82553a6443b4
btrfs: move extent_io_tree defs to their own header

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 <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.h
fs/btrfs/extent-io-tree.h [new file with mode: 0644]
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h