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 39ab0481379c..718e2e123fae 100644 --- a/fs/sysfs/sysfs.h +++ b/fs/sysfs/sysfs.h | |||
@@ -62,6 +62,7 @@ extern void sysfs_drop_dentry(struct sysfs_dirent *sd, struct dentry *parent); | |||
62 | extern int sysfs_setattr(struct dentry *dentry, struct iattr *iattr); | 62 | extern int sysfs_setattr(struct dentry *dentry, struct iattr *iattr); |
63 | 63 | ||
64 | extern spinlock_t sysfs_lock; | 64 | extern spinlock_t sysfs_lock; |
65 | extern spinlock_t kobj_sysfs_assoc_lock; | ||
65 | extern struct rw_semaphore sysfs_rename_sem; | 66 | extern struct rw_semaphore sysfs_rename_sem; |
66 | extern struct super_block * sysfs_sb; | 67 | extern struct super_block * sysfs_sb; |
67 | extern const struct file_operations sysfs_dir_operations; | 68 | extern const struct file_operations sysfs_dir_operations; |