btrfs-progs: docs: add note about mount option applicability
[platform/upstream/btrfs-progs.git] / volumes.h
index 89bd4aa..11572e7 100644 (file)
--- a/volumes.h
+++ b/volumes.h
@@ -247,4 +247,6 @@ u64 btrfs_stripe_length(struct btrfs_fs_info *fs_info,
                        struct btrfs_chunk *chunk);
 int btrfs_fix_device_size(struct btrfs_fs_info *fs_info,
                          struct btrfs_device *device);
+int btrfs_fix_super_size(struct btrfs_fs_info *fs_info);
+int btrfs_fix_device_and_super_size(struct btrfs_fs_info *fs_info);
 #endif