diff options
Diffstat (limited to 'fs/sysfs/sysfs.h')
-rw-r--r-- | fs/sysfs/sysfs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/sysfs/sysfs.h b/fs/sysfs/sysfs.h index 30f5a44fb5d3..030a39dbb02c 100644 --- a/fs/sysfs/sysfs.h +++ b/fs/sysfs/sysfs.h | |||
@@ -114,6 +114,9 @@ struct sysfs_addrm_cxt { | |||
114 | /* | 114 | /* |
115 | * mount.c | 115 | * mount.c |
116 | */ | 116 | */ |
117 | struct sysfs_super_info { | ||
118 | }; | ||
119 | #define sysfs_info(SB) ((struct sysfs_super_info *)(SB->s_fs_info)) | ||
117 | extern struct sysfs_dirent sysfs_root; | 120 | extern struct sysfs_dirent sysfs_root; |
118 | extern struct kmem_cache *sysfs_dir_cachep; | 121 | extern struct kmem_cache *sysfs_dir_cachep; |
119 | 122 | ||