projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c10e2d
)
Btrfs: sysfs: make btrfs_sysfs_add_device() non static
author
Anand Jain
<anand.jain@oracle.com>
Mon, 9 Mar 2015 22:38:36 +0000
(06:38 +0800)
committer
David Sterba
<dsterba@suse.cz>
Wed, 27 May 2015 10:27:22 +0000
(12:27 +0200)
Signed-off-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
fs/btrfs/sysfs.h
patch
|
blob
|
history
diff --git
a/fs/btrfs/sysfs.h
b/fs/btrfs/sysfs.h
index 4edf2a7839ad39f235878268a1ee10ac9ffbb0be..915307ff1a76412a60613b2a70051af07ce3bb78 100644
(file)
--- 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_ */