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 5a3192a08442..7593d71d92f8 100644
--- a/fs/sysfs/sysfs.h
+++ b/fs/sysfs/sysfs.h
@@ -172,7 +172,7 @@ static inline void __sysfs_put(struct sysfs_dirent *sd)
172/* 172/*
173 * inode.c 173 * inode.c
174 */ 174 */
175struct inode *sysfs_get_inode(struct sysfs_dirent *sd); 175struct inode *sysfs_get_inode(struct super_block *sb, struct sysfs_dirent *sd);
176void sysfs_delete_inode(struct inode *inode); 176void sysfs_delete_inode(struct inode *inode);
177int sysfs_sd_setattr(struct sysfs_dirent *sd, struct iattr *iattr); 177int sysfs_sd_setattr(struct sysfs_dirent *sd, struct iattr *iattr);
178int sysfs_permission(struct inode *inode, int mask); 178int sysfs_permission(struct inode *inode, int mask);