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 457267721f4e..26051616ed11 100644 --- a/fs/sysfs/sysfs.h +++ b/fs/sysfs/sysfs.h | |||
@@ -82,7 +82,7 @@ extern void sysfs_drop_dentry(struct sysfs_dirent *sd); | |||
82 | extern int sysfs_setattr(struct dentry *dentry, struct iattr *iattr); | 82 | extern int sysfs_setattr(struct dentry *dentry, struct iattr *iattr); |
83 | 83 | ||
84 | extern spinlock_t sysfs_assoc_lock; | 84 | extern spinlock_t sysfs_assoc_lock; |
85 | extern struct rw_semaphore sysfs_rename_sem; | 85 | extern struct mutex sysfs_mutex; |
86 | extern struct super_block * sysfs_sb; | 86 | extern struct super_block * sysfs_sb; |
87 | extern const struct file_operations sysfs_dir_operations; | 87 | extern const struct file_operations sysfs_dir_operations; |
88 | extern const struct file_operations sysfs_file_operations; | 88 | extern const struct file_operations sysfs_file_operations; |