mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
btrfs: sysfs: unexport space_info_ktype
The last non-sysfs usage of space_info_ktype has been moved to a private helper in previous patch so the variable can be made static. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
b882327a77
commit
27992d0145
2 changed files with 1 additions and 2 deletions
|
@ -79,7 +79,6 @@ attr_to_btrfs_feature_attr(struct attribute *attr)
|
|||
|
||||
char *btrfs_printable_features(enum btrfs_feature_set set, u64 flags);
|
||||
extern const char * const btrfs_feature_set_names[FEAT_MAX];
|
||||
extern struct kobj_type space_info_ktype;
|
||||
int btrfs_sysfs_add_device_link(struct btrfs_fs_devices *fs_devices,
|
||||
struct btrfs_device *one_device);
|
||||
int btrfs_sysfs_rm_device_link(struct btrfs_fs_devices *fs_devices,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue