9p: turn fid->dlist into hlist

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2013-02-27 22:51:08 -05:00
parent 634095dab2
commit c4d30967f3
4 changed files with 9 additions and 11 deletions

View File

@@ -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 */
};
/**