summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/sysfs.h
diff options
context:
space:
mode:
authorAnand Jain2015-03-09 23:38:35 +0100
committerDavid Sterba2015-05-27 12:27:21 +0200
commit0c10e2d482ba7eafb9806f3ee071c8af5afcde55 (patch)
treea90f1e48bbd6723c6be2ab95631e857133e8b542 /fs/btrfs/sysfs.h
parentBtrfs: sysfs btrfs_kobj_rm_device() pass fs_devices instead of fs_info (diff)
downloadkernel-qcow2-linux-0c10e2d482ba7eafb9806f3ee071c8af5afcde55.tar.gz
kernel-qcow2-linux-0c10e2d482ba7eafb9806f3ee071c8af5afcde55.tar.xz
kernel-qcow2-linux-0c10e2d482ba7eafb9806f3ee071c8af5afcde55.zip
Btrfs: sysfs: make btrfs_sysfs_add_fsid() 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/sysfs.h b/fs/btrfs/sysfs.h
index 808d12ac4a5a..4edf2a7839ad 100644
--- a/fs/btrfs/sysfs.h
+++ b/fs/btrfs/sysfs.h
@@ -86,4 +86,6 @@ int btrfs_kobj_add_device(struct btrfs_fs_devices *fs_devices,
struct btrfs_device *one_device);
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);
#endif /* _BTRFS_SYSFS_H_ */