diff options
Diffstat (limited to 'include/linux/dcache.h')
| -rw-r--r-- | include/linux/dcache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h index 094789ff3e9f..caa34e50537e 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h | |||
| @@ -128,7 +128,7 @@ struct dentry { | |||
| 128 | struct rcu_head d_rcu; | 128 | struct rcu_head d_rcu; |
| 129 | } d_u; | 129 | } d_u; |
| 130 | struct list_head d_subdirs; /* our children */ | 130 | struct list_head d_subdirs; /* our children */ |
| 131 | struct list_head d_alias; /* inode alias list */ | 131 | struct hlist_node d_alias; /* inode alias list */ |
| 132 | }; | 132 | }; |
| 133 | 133 | ||
| 134 | /* | 134 | /* |
| @@ -144,7 +144,7 @@ enum dentry_d_lock_class | |||
| 144 | }; | 144 | }; |
| 145 | 145 | ||
| 146 | struct dentry_operations { | 146 | struct dentry_operations { |
| 147 | int (*d_revalidate)(struct dentry *, struct nameidata *); | 147 | int (*d_revalidate)(struct dentry *, unsigned int); |
| 148 | int (*d_hash)(const struct dentry *, const struct inode *, | 148 | int (*d_hash)(const struct dentry *, const struct inode *, |
| 149 | struct qstr *); | 149 | struct qstr *); |
| 150 | int (*d_compare)(const struct dentry *, const struct inode *, | 150 | int (*d_compare)(const struct dentry *, const struct inode *, |
