mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
vfs: switch i_dentry/d_alias to hlist
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
9f713878f2
commit
b3d9b7a3c7
13 changed files with 36 additions and 28 deletions
|
@ -182,7 +182,7 @@ int inode_init_always(struct super_block *sb, struct inode *inode)
|
|||
}
|
||||
inode->i_private = NULL;
|
||||
inode->i_mapping = mapping;
|
||||
INIT_LIST_HEAD(&inode->i_dentry); /* buggered by rcu freeing */
|
||||
INIT_HLIST_HEAD(&inode->i_dentry); /* buggered by rcu freeing */
|
||||
#ifdef CONFIG_FS_POSIX_ACL
|
||||
inode->i_acl = inode->i_default_acl = ACL_NOT_CACHED;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue