diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2007-08-20 08:36:30 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-10-12 17:51:07 -0400 |
commit | 7d0c7d676cc066413e1583b5af9fba8011972d41 (patch) | |
tree | 0afe89f9eca5e1e0ff31f5409a3568991cfceda2 /fs/sysfs/sysfs.h | |
parent | 0333cd8a3f4249fde2c50929a6eac35245fc685b (diff) |
sysfs: Make sysfs_mount static
This patch modifies the users of sysfs_mount to use sysfs_root
instead (which is what they are looking for). It then
makes sysfs_mount static to keep people from using it
by accident.
The net result is slightly faster and cleaner code.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: Cornelia Huck <cornelia.huck@de.ibm.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 8a0aea1ab86d..77253aabc4af 100644 --- a/fs/sysfs/sysfs.h +++ b/fs/sysfs/sysfs.h | |||
@@ -51,7 +51,6 @@ struct sysfs_addrm_cxt { | |||
51 | int cnt; | 51 | int cnt; |
52 | }; | 52 | }; |
53 | 53 | ||
54 | extern struct vfsmount * sysfs_mount; | ||
55 | extern struct sysfs_dirent sysfs_root; | 54 | extern struct sysfs_dirent sysfs_root; |
56 | extern struct kmem_cache *sysfs_dir_cachep; | 55 | extern struct kmem_cache *sysfs_dir_cachep; |
57 | 56 | ||