diff options
Diffstat (limited to 'fs/sysfs/sysfs.h')
-rw-r--r-- | fs/sysfs/sysfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/sysfs/sysfs.h b/fs/sysfs/sysfs.h index 77253aabc4af..179e6a26ece1 100644 --- a/fs/sysfs/sysfs.h +++ b/fs/sysfs/sysfs.h | |||
@@ -90,6 +90,7 @@ extern int sysfs_setattr(struct dentry *dentry, struct iattr *iattr); | |||
90 | 90 | ||
91 | extern spinlock_t sysfs_assoc_lock; | 91 | extern spinlock_t sysfs_assoc_lock; |
92 | extern struct mutex sysfs_mutex; | 92 | extern struct mutex sysfs_mutex; |
93 | extern struct mutex sysfs_rename_mutex; | ||
93 | extern struct super_block * sysfs_sb; | 94 | extern struct super_block * sysfs_sb; |
94 | extern const struct file_operations sysfs_dir_operations; | 95 | extern const struct file_operations sysfs_dir_operations; |
95 | extern const struct file_operations sysfs_file_operations; | 96 | extern const struct file_operations sysfs_file_operations; |