diff options
Diffstat (limited to 'fs/btrfs/disk-io.h')
-rw-r--r-- | fs/btrfs/disk-io.h | 4 |
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); |
32 | int btrfs_commit_transaction(struct btrfs_trans_handle *trans, | 32 | int btrfs_commit_transaction(struct btrfs_trans_handle *trans, |
33 | struct btrfs_root *root); | 33 | struct btrfs_root *root); |
34 | struct btrfs_root *open_ctree(struct super_block *sb, | 34 | struct btrfs_root *open_ctree(struct super_block *sb); |
35 | struct buffer_head *sb_buffer, | ||
36 | struct btrfs_super_block *disk_super); | ||
37 | int close_ctree(struct btrfs_root *root); | 35 | int close_ctree(struct btrfs_root *root); |
38 | void btrfs_block_release(struct btrfs_root *root, struct buffer_head *buf); | 36 | void btrfs_block_release(struct btrfs_root *root, struct buffer_head *buf); |
39 | int write_ctree_super(struct btrfs_trans_handle *trans, | 37 | int write_ctree_super(struct btrfs_trans_handle *trans, |