aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/disk-io.h')
-rw-r--r--fs/btrfs/disk-io.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/btrfs/disk-io.h b/fs/btrfs/disk-io.h
index f6998e2192ce..ac6764ba8aa6 100644
--- a/fs/btrfs/disk-io.h
+++ b/fs/btrfs/disk-io.h
@@ -31,9 +31,7 @@ int clean_tree_block(struct btrfs_trans_handle *trans,
31 struct btrfs_root *root, struct buffer_head *buf); 31 struct btrfs_root *root, struct buffer_head *buf);
32int btrfs_commit_transaction(struct btrfs_trans_handle *trans, 32int btrfs_commit_transaction(struct btrfs_trans_handle *trans,
33 struct btrfs_root *root); 33 struct btrfs_root *root);
34struct btrfs_root *open_ctree(struct super_block *sb, 34struct btrfs_root *open_ctree(struct super_block *sb);
35 struct buffer_head *sb_buffer,
36 struct btrfs_super_block *disk_super);
37int close_ctree(struct btrfs_root *root); 35int close_ctree(struct btrfs_root *root);
38void btrfs_block_release(struct btrfs_root *root, struct buffer_head *buf); 36void btrfs_block_release(struct btrfs_root *root, struct buffer_head *buf);
39int write_ctree_super(struct btrfs_trans_handle *trans, 37int write_ctree_super(struct btrfs_trans_handle *trans,