summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/sysfs.c
diff options
context:
space:
mode:
authorAnand Jain <anand.jain@oracle.com>2015-03-10 06:38:37 +0800
committerDavid Sterba <dsterba@suse.cz>2015-05-27 12:27:22 +0200
commit1d1c1be3720c1f4b621c5f90a4f61bdd856a0aa8 (patch)
treed1745b1f01ad2c6e62e413386eecbee1984f13aa /fs/btrfs/sysfs.c
parentef1a0daadf2b722fc1bb6c2d5cf39239591e78ec (diff)
downloadlinux-0-day-1d1c1be3720c1f4b621c5f90a4f61bdd856a0aa8.tar.gz
linux-0-day-1d1c1be3720c1f4b621c5f90a4f61bdd856a0aa8.tar.xz
Btrfs: sysfs: btrfs_sysfs_remove_fsid() make it non static
Signed-off-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'fs/btrfs/sysfs.c')
-rw-r--r--fs/btrfs/sysfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/sysfs.c b/fs/btrfs/sysfs.c
index 53a327ba75dab..06eae456612fe 100644
--- a/fs/btrfs/sysfs.c
+++ b/fs/btrfs/sysfs.c
@@ -529,7 +529,7 @@ static void __btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs)
}
/* when fs_devs is NULL it will remove all fsid kobject */
-static void btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs)
+void btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs)
{
struct list_head *fs_uuids = btrfs_get_fs_uuids();