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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/sysfs/sysfs.h b/fs/sysfs/sysfs.h
index 27a5f4b4e3b0..457267721f4e 100644
--- a/fs/sysfs/sysfs.h
+++ b/fs/sysfs/sysfs.h
@@ -81,8 +81,7 @@ extern void sysfs_remove_subdir(struct sysfs_dirent *sd);
81extern void sysfs_drop_dentry(struct sysfs_dirent *sd); 81extern void sysfs_drop_dentry(struct sysfs_dirent *sd);
82extern int sysfs_setattr(struct dentry *dentry, struct iattr *iattr); 82extern int sysfs_setattr(struct dentry *dentry, struct iattr *iattr);
83 83
84extern spinlock_t sysfs_lock; 84extern spinlock_t sysfs_assoc_lock;
85extern spinlock_t kobj_sysfs_assoc_lock;
86extern struct rw_semaphore sysfs_rename_sem; 85extern struct rw_semaphore sysfs_rename_sem;
87extern struct super_block * sysfs_sb; 86extern struct super_block * sysfs_sb;
88extern const struct file_operations sysfs_dir_operations; 87extern const struct file_operations sysfs_dir_operations;