aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/sysfs/mount.c')
-rw-r--r--fs/sysfs/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysfs/mount.c b/fs/sysfs/mount.c
index ac7625631fcf..8989cbb51a39 100644
--- a/fs/sysfs/mount.c
+++ b/fs/sysfs/mount.c
@@ -14,7 +14,7 @@
14/* Random magic number */ 14/* Random magic number */
15#define SYSFS_MAGIC 0x62656572 15#define SYSFS_MAGIC 0x62656572
16 16
17struct vfsmount *sysfs_mount; 17static struct vfsmount *sysfs_mount;
18struct super_block * sysfs_sb = NULL; 18struct super_block * sysfs_sb = NULL;
19struct kmem_cache *sysfs_dir_cachep; 19struct kmem_cache *sysfs_dir_cachep;
20 20