]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: separate out the extent io init function
authorJosef Bacik <josef@toxicpanda.com>
Mon, 23 Sep 2019 14:05:18 +0000 (10:05 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 18 Nov 2019 11:46:47 +0000 (12:46 +0100)
commitc0cd2ca191ca92e1129952cd3a6a059d940a62e7
treec329969975211a9693b76f055aaed3f4705117f4
parent607acbe3915d6ce834a096337bbcf7804e05c692
btrfs: separate out the extent io init function

We are moving extent_io_tree into it's on file, so separate out the
extent_state init stuff from extent_io_tree_init().

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/extent_io.c
fs/btrfs/extent_io.h
fs/btrfs/super.c