浏览代码

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>
Anand Jain 10 年之前
父节点
当前提交
ef1a0daadf
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fs/btrfs/sysfs.h

+ 1 - 0
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_ */