summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-io.h
AgeCommit message (Collapse)AuthorFilesLines
2020-09-08fs: btrfs: Crossport extent-io.[ch] from btrfs-progsQu Wenruo1-0/+164
This brings the extent_io_tree infrastructure, with which we can finally bring in proper btrfs_fs_info structure to ctree.h. With read/write_extent_buffer() implemented we also backport read/write_eb_member() to ctree.h. Signed-off-by: Qu Wenruo <wqu@suse.com> Reviewed-by: Marek BehĂșn <marek.behun@nic.cz>