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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/fs/sysfs/sysfs.h b/fs/sysfs/sysfs.h
index 6cf61c882baa..2a68bfa46e43 100644
--- a/fs/sysfs/sysfs.h
+++ b/fs/sysfs/sysfs.h
@@ -32,11 +32,11 @@ struct sysfs_dirent {
32 const char *s_name; 32 const char *s_name;
33 33
34 union { 34 union {
35 struct sysfs_elem_dir dir; 35 struct sysfs_elem_dir s_dir;
36 struct sysfs_elem_symlink symlink; 36 struct sysfs_elem_symlink s_symlink;
37 struct sysfs_elem_attr attr; 37 struct sysfs_elem_attr s_attr;
38 struct sysfs_elem_bin_attr bin_attr; 38 struct sysfs_elem_bin_attr s_bin_attr;
39 } s_elem; 39 };
40 40
41 unsigned int s_flags; 41 unsigned int s_flags;
42 ino_t s_ino; 42 ino_t s_ino;