9p: turn fid->dlist into hlist
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -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 */
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user