diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2010-02-12 22:22:28 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-03-07 20:04:52 -0500 |
commit | 0f4288ec6fcc1a47d1fa0241ec1c6dacd5a09e96 (patch) | |
tree | 7112809d470a7e6dc55cd68054896beef24bc184 /fs/sysfs/sysfs.h | |
parent | fac2622bbad4d7e3a32c53e631e018b80ec631dc (diff) |
sysfs: Kill unused sysfs_sb variable.
Now that there are no more users we can remove
the sysfs_sb variable.
Acked-by: Tejun Heo <tj@kernel.org>
Acked-by: Serge Hallyn <serue@us.ibm.com>
Signed-off-by: Eric W. Biederman <ebiederm@aristanetworks.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'fs/sysfs/sysfs.h')
-rw-r--r-- | fs/sysfs/sysfs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/sysfs/sysfs.h b/fs/sysfs/sysfs.h index 7593d71d92f8..30f5a44fb5d3 100644 --- a/fs/sysfs/sysfs.h +++ b/fs/sysfs/sysfs.h | |||
@@ -115,7 +115,6 @@ struct sysfs_addrm_cxt { | |||
115 | * mount.c | 115 | * mount.c |
116 | */ | 116 | */ |
117 | extern struct sysfs_dirent sysfs_root; | 117 | extern struct sysfs_dirent sysfs_root; |
118 | extern struct super_block *sysfs_sb; | ||
119 | extern struct kmem_cache *sysfs_dir_cachep; | 118 | extern struct kmem_cache *sysfs_dir_cachep; |
120 | 119 | ||
121 | /* | 120 | /* |