]> 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)
commita8ac72a5f05419f677ba29499b0b31f4a53d785e
treec329969975211a9693b76f055aaed3f4705117f4
parente1866057ad0763b21d3131f2cae32ea7008c9834
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