summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/sysfs.h
diff options
context:
space:
mode:
authorAnand Jain2015-03-09 23:38:36 +0100
committerDavid Sterba2015-05-27 12:27:22 +0200
commitef1a0daadf2b722fc1bb6c2d5cf39239591e78ec (patch)
tree6ef3f2f42cbe8b12ffcc6fd68c474d1bf117e040 /fs/btrfs/sysfs.h
parentBtrfs: sysfs: make btrfs_sysfs_add_fsid() non static (diff)
downloadkernel-qcow2-linux-ef1a0daadf2b722fc1bb6c2d5cf39239591e78ec.tar.gz
kernel-qcow2-linux-ef1a0daadf2b722fc1bb6c2d5cf39239591e78ec.tar.xz
kernel-qcow2-linux-ef1a0daadf2b722fc1bb6c2d5cf39239591e78ec.zip
Btrfs: sysfs: make btrfs_sysfs_add_device() 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.h')
-rw-r--r--fs/btrfs/sysfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/sysfs.h b/fs/btrfs/sysfs.h
index 4edf2a7839ad..915307ff1a76 100644
--- a/fs/btrfs/sysfs.h
+++ b/fs/btrfs/sysfs.h
@@ -88,4 +88,5 @@ int btrfs_kobj_rm_device(struct btrfs_fs_devices *fs_devices,
struct btrfs_device *one_device);
int btrfs_sysfs_add_fsid(struct btrfs_fs_devices *fs_devs,
struct kobject *parent);
+int btrfs_sysfs_add_device(struct btrfs_fs_devices *fs_devs);
#endif /* _BTRFS_SYSFS_H_ */