9p: turn fid->dlist into hlist
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
634095dab2
commit
c4d30967f3
4 changed files with 9 additions and 11 deletions
|
@ -192,7 +192,7 @@ struct p9_fid {
|
|||
void *rdir;
|
||||
|
||||
struct list_head flist;
|
||||
struct list_head dlist; /* list of all fids attached to a dentry */
|
||||
struct hlist_node dlist; /* list of all fids attached to a dentry */
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue