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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/disk-io.h b/fs/btrfs/disk-io.h
index e29c895d5230..30d1ed293c25 100644
--- a/fs/btrfs/disk-io.h
+++ b/fs/btrfs/disk-io.h
@@ -56,7 +56,7 @@ int btrfs_insert_dev_radix(struct btrfs_root *root,
56void btrfs_btree_balance_dirty(struct btrfs_root *root, unsigned long nr); 56void btrfs_btree_balance_dirty(struct btrfs_root *root, unsigned long nr);
57int btrfs_free_fs_root(struct btrfs_fs_info *fs_info, struct btrfs_root *root); 57int btrfs_free_fs_root(struct btrfs_fs_info *fs_info, struct btrfs_root *root);
58void btrfs_mark_buffer_dirty(struct extent_buffer *buf); 58void btrfs_mark_buffer_dirty(struct extent_buffer *buf);
59int btrfs_buffer_uptodate(struct extent_buffer *buf); 59int btrfs_buffer_uptodate(struct extent_buffer *buf, u64 parent_transid);
60int btrfs_set_buffer_uptodate(struct extent_buffer *buf); 60int btrfs_set_buffer_uptodate(struct extent_buffer *buf);
61int wait_on_tree_block_writeback(struct btrfs_root *root, 61int wait_on_tree_block_writeback(struct btrfs_root *root,
62 struct extent_buffer *buf); 62 struct extent_buffer *buf);