summaryrefslogtreecommitdiff
path: root/volumes.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2008-04-10 16:22:00 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2008-04-10 16:22:00 -0400
commitd1b04c21120aa55cc737b8a1ddcdf31cefb97b97 (patch)
tree1c192fbf849fb8f03ed1dd69074842273c93b97f /volumes.h
parentfd2d0af0bf80c127fbb3b84817a420fbc490da5d (diff)
Write all super blocks during commit
Diffstat (limited to 'volumes.h')
-rw-r--r--volumes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/volumes.h b/volumes.h
index be543163..b6edc542 100644
--- a/volumes.h
+++ b/volumes.h
@@ -105,4 +105,6 @@ int btrfs_scan_one_device(int fd, const char *path,
struct btrfs_fs_devices **fs_devices_ret,
u64 *total_devs, u64 super_offset);
int btrfs_num_copies(struct btrfs_mapping_tree *map_tree, u64 logical, u64 len);
+int btrfs_bootstrap_super_map(struct btrfs_mapping_tree *map_tree,
+ struct btrfs_fs_devices *fs_devices);
#endif