From 0dcfa3b8270f38edacee1c62f308129c36073d0c Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Mon, 24 Mar 2008 15:05:44 -0400 Subject: Walk all block devices looking for btrfs --- disk-io.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'disk-io.h') diff --git a/disk-io.h b/disk-io.h index a4572841..f680721a 100644 --- a/disk-io.h +++ b/disk-io.h @@ -29,8 +29,8 @@ struct extent_buffer *btrfs_find_create_tree_block(struct btrfs_root *root, u64 bytenr, u32 blocksize); int clean_tree_block(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct extent_buffer *buf); -struct btrfs_root *open_ctree(char *filename, u64 sb_bytenr); -struct btrfs_root *open_ctree_fd(int fp, u64 sb_bytenr); +struct btrfs_root *open_ctree(const char *filename, u64 sb_bytenr); +struct btrfs_root *open_ctree_fd(int fp, const char *path, u64 sb_bytenr); int close_ctree(struct btrfs_root *root); int write_ctree_super(struct btrfs_trans_handle *trans, struct btrfs_root *root); -- cgit v1.2.3