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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/sysfs/sysfs.h b/fs/sysfs/sysfs.h
index 92fe1e51a29b..72530dc666fd 100644
--- a/fs/sysfs/sysfs.h
+++ b/fs/sysfs/sysfs.h
@@ -54,6 +54,7 @@ struct sysfs_addrm_cxt {
54extern struct vfsmount * sysfs_mount; 54extern struct vfsmount * sysfs_mount;
55extern struct kmem_cache *sysfs_dir_cachep; 55extern struct kmem_cache *sysfs_dir_cachep;
56 56
57extern struct dentry *sysfs_get_dentry(struct sysfs_dirent *sd);
57extern void sysfs_link_sibling(struct sysfs_dirent *sd); 58extern void sysfs_link_sibling(struct sysfs_dirent *sd);
58extern void sysfs_unlink_sibling(struct sysfs_dirent *sd); 59extern void sysfs_unlink_sibling(struct sysfs_dirent *sd);
59extern struct sysfs_dirent *sysfs_get_active(struct sysfs_dirent *sd); 60extern struct sysfs_dirent *sysfs_get_active(struct sysfs_dirent *sd);