diff options
Diffstat (limited to 'fs/sysfs/sysfs.h')
-rw-r--r-- | fs/sysfs/sysfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysfs/sysfs.h b/fs/sysfs/sysfs.h index 05d063fe69c7..e3aea92ebfa3 100644 --- a/fs/sysfs/sysfs.h +++ b/fs/sysfs/sysfs.h | |||
@@ -159,7 +159,7 @@ extern struct kmem_cache *sysfs_dir_cachep; | |||
159 | * dir.c | 159 | * dir.c |
160 | */ | 160 | */ |
161 | extern struct mutex sysfs_mutex; | 161 | extern struct mutex sysfs_mutex; |
162 | extern spinlock_t sysfs_assoc_lock; | 162 | extern spinlock_t sysfs_symlink_target_lock; |
163 | extern const struct dentry_operations sysfs_dentry_ops; | 163 | extern const struct dentry_operations sysfs_dentry_ops; |
164 | 164 | ||
165 | extern const struct file_operations sysfs_dir_operations; | 165 | extern const struct file_operations sysfs_dir_operations; |