summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
diff options
context:
space:
mode:
authorAnand Jain2015-03-09 23:38:30 +0100
committerDavid Sterba2015-05-27 12:27:20 +0200
commitc73eccf75bf92e49be30884da32a169b04eb5bc9 (patch)
tree51e7686a745ee57284836e894df53a19bf3e75f7 /fs/btrfs/volumes.c
parentBtrfs: sysfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_de... (diff)
downloadkernel-qcow2-linux-c73eccf75bf92e49be30884da32a169b04eb5bc9.tar.gz
kernel-qcow2-linux-c73eccf75bf92e49be30884da32a169b04eb5bc9.tar.xz
kernel-qcow2-linux-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.c')
-rw-r--r--fs/btrfs/volumes.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c
index 39ff99e4b5a6..e500bfa54dc9 100644
--- a/fs/btrfs/volumes.c
+++ b/fs/btrfs/volumes.c
@@ -52,6 +52,10 @@ static void btrfs_dev_stat_print_on_load(struct btrfs_device *device);
DEFINE_MUTEX(uuid_mutex);
static LIST_HEAD(fs_uuids);
+struct list_head *btrfs_get_fs_uuids(void)
+{
+ return &fs_uuids;
+}
static struct btrfs_fs_devices *__alloc_fs_devices(void)
{