diff options
Diffstat (limited to 'fs/btrfs/disk-io.h')
-rw-r--r-- | fs/btrfs/disk-io.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/btrfs/disk-io.h b/fs/btrfs/disk-io.h index 7f4bb729b734..099f7eea0ec7 100644 --- a/fs/btrfs/disk-io.h +++ b/fs/btrfs/disk-io.h | |||
@@ -28,14 +28,14 @@ int dirty_tree_block(struct btrfs_trans_handle *trans, struct btrfs_root *root, | |||
28 | struct buffer_head *buf); | 28 | struct buffer_head *buf); |
29 | int clean_tree_block(struct btrfs_trans_handle *trans, | 29 | int clean_tree_block(struct btrfs_trans_handle *trans, |
30 | struct btrfs_root *root, struct buffer_head *buf); | 30 | struct btrfs_root *root, struct buffer_head *buf); |
31 | int btrfs_commit_transaction(struct btrfs_trans_handle *trans, struct btrfs_root | 31 | int btrfs_commit_transaction(struct btrfs_trans_handle *trans, |
32 | *root, struct btrfs_super_block *s); | 32 | struct btrfs_root *root); |
33 | struct btrfs_root *open_ctree(struct super_block *sb, | 33 | struct btrfs_root *open_ctree(struct super_block *sb, |
34 | struct buffer_head *sb_buffer, | 34 | struct buffer_head *sb_buffer, |
35 | struct btrfs_super_block *disk_super); | 35 | struct btrfs_super_block *disk_super); |
36 | int close_ctree(struct btrfs_root *root); | 36 | int close_ctree(struct btrfs_root *root); |
37 | void btrfs_block_release(struct btrfs_root *root, struct buffer_head *buf); | 37 | void btrfs_block_release(struct btrfs_root *root, struct buffer_head *buf); |
38 | int write_ctree_super(struct btrfs_trans_handle *trans, struct btrfs_root *root, | 38 | int write_ctree_super(struct btrfs_trans_handle *trans, |
39 | struct btrfs_super_block *s); | 39 | struct btrfs_root *root); |
40 | int mkfs(int fd, u64 num_blocks, u32 blocksize); | 40 | int mkfs(int fd, u64 num_blocks, u32 blocksize); |
41 | #endif | 41 | #endif |