commit | c73eccf75bf92e49be30884da32a169b04eb5bc9 | [log] [tgz] |
---|---|---|
author | Anand Jain <anand.jain@oracle.com> | Tue Mar 10 06:38:30 2015 +0800 |
committer | David Sterba <dsterba@suse.cz> | Wed May 27 12:27:20 2015 +0200 |
tree | 51e7686a745ee57284836e894df53a19bf3e75f7 | |
parent | 2e7910d6ca359ff1dbe05b74e3d7f353b5b65362 [diff] [blame] |
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>
diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c index 39ff99e..e500bfa 100644 --- a/fs/btrfs/volumes.c +++ b/fs/btrfs/volumes.c
@@ -52,6 +52,10 @@ 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) {