aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/sysfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/sysfs/sysfs.h')
-rw-r--r--fs/sysfs/sysfs.h2
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 */
161extern struct mutex sysfs_mutex; 161extern struct mutex sysfs_mutex;
162extern spinlock_t sysfs_assoc_lock; 162extern spinlock_t sysfs_symlink_target_lock;
163extern const struct dentry_operations sysfs_dentry_ops; 163extern const struct dentry_operations sysfs_dentry_ops;
164 164
165extern const struct file_operations sysfs_dir_operations; 165extern const struct file_operations sysfs_dir_operations;