diff options
Diffstat (limited to 'fs/btrfs/disk-io.h')
-rw-r--r-- | fs/btrfs/disk-io.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/disk-io.h b/fs/btrfs/disk-io.h index b8d5948fa279..717e94811e4e 100644 --- a/fs/btrfs/disk-io.h +++ b/fs/btrfs/disk-io.h | |||
@@ -38,6 +38,7 @@ struct btrfs_root *open_ctree(struct super_block *sb, | |||
38 | int close_ctree(struct btrfs_root *root); | 38 | int close_ctree(struct btrfs_root *root); |
39 | int write_ctree_super(struct btrfs_trans_handle *trans, | 39 | int write_ctree_super(struct btrfs_trans_handle *trans, |
40 | struct btrfs_root *root); | 40 | struct btrfs_root *root); |
41 | int btrfs_commit_super(struct btrfs_root *root); | ||
41 | struct extent_buffer *btrfs_find_tree_block(struct btrfs_root *root, | 42 | struct extent_buffer *btrfs_find_tree_block(struct btrfs_root *root, |
42 | u64 bytenr, u32 blocksize); | 43 | u64 bytenr, u32 blocksize); |
43 | struct btrfs_root *btrfs_lookup_fs_root(struct btrfs_fs_info *fs_info, | 44 | struct btrfs_root *btrfs_lookup_fs_root(struct btrfs_fs_info *fs_info, |
@@ -49,6 +50,7 @@ struct btrfs_root *btrfs_read_fs_root_no_radix(struct btrfs_root *tree_root, | |||
49 | struct btrfs_key *location); | 50 | struct btrfs_key *location); |
50 | struct btrfs_root *btrfs_read_fs_root_no_name(struct btrfs_fs_info *fs_info, | 51 | struct btrfs_root *btrfs_read_fs_root_no_name(struct btrfs_fs_info *fs_info, |
51 | struct btrfs_key *location); | 52 | struct btrfs_key *location); |
53 | int btrfs_cleanup_fs_roots(struct btrfs_fs_info *fs_info); | ||
52 | int btrfs_insert_dev_radix(struct btrfs_root *root, | 54 | int btrfs_insert_dev_radix(struct btrfs_root *root, |
53 | struct block_device *bdev, | 55 | struct block_device *bdev, |
54 | u64 device_id, | 56 | u64 device_id, |