summaryrefslogtreecommitdiff
path: root/fs/btrfs/sysfs.h
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2019-08-01 17:55:55 +0200
committerDavid Sterba <dsterba@suse.com>2019-09-09 14:59:07 +0200
commit27992d014554c37aae1cf788fbf6c457b3eceb76 (patch)
treefe4dd20e8787db974c5b9ac652bd47fc0e6dd21d /fs/btrfs/sysfs.h
parentb882327a774041d5710e37da3286e25278a1947f (diff)
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>
Diffstat (limited to 'fs/btrfs/sysfs.h')
-rw-r--r--fs/btrfs/sysfs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/sysfs.h b/fs/btrfs/sysfs.h
index 6baf9ff0519b..0c06f2adfae8 100644
--- a/fs/btrfs/sysfs.h
+++ b/fs/btrfs/sysfs.h
@@ -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,