aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h
diff options
context:
space:
mode:
authorAnand Jain <anand.jain@oracle.com>2015-03-10 06:38:30 +0800
committerDavid Sterba <dsterba@suse.cz>2015-05-27 12:27:20 +0200
commitc73eccf75bf92e49be30884da32a169b04eb5bc9 (patch)
tree51e7686a745ee57284836e894df53a19bf3e75f7 /fs/btrfs/volumes.h
parentBtrfs: sysfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_devices (diff)
downloadlinux-dev-c73eccf75bf92e49be30884da32a169b04eb5bc9.tar.xz
linux-dev-c73eccf75bf92e49be30884da32a169b04eb5bc9.zip
Btrfs: introduce btrfs_get_fs_uuids to get fs_uuids
Signed-off-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'fs/btrfs/volumes.h')
-rw-r--r--fs/btrfs/volumes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h
index e9780e9e6d97..ac7e938c6977 100644
--- a/fs/btrfs/volumes.h
+++ b/fs/btrfs/volumes.h
@@ -542,5 +542,6 @@ static inline void unlock_chunks(struct btrfs_root *root)
mutex_unlock(&root->fs_info->chunk_mutex);
}
+struct list_head *btrfs_get_fs_uuids(void);
#endif