vfs: switch i_dentry/d_alias to hlist

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2012-06-09 13:51:19 -04:00
parent 9f713878f2
commit b3d9b7a3c7
13 changed files with 36 additions and 28 deletions

View File

@@ -826,7 +826,7 @@ struct inode {
struct list_head i_lru; /* inode LRU list */
struct list_head i_sb_list;
union {
struct list_head i_dentry;
struct hlist_head i_dentry;
struct rcu_head i_rcu;
};
u64 i_version;