commit | c4d30967f3020cda9df9ee22af79cd1f2c284244 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Feb 27 22:51:08 2013 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Feb 27 22:51:08 2013 -0500 |
tree | 744565daf8f1d711c0186c3261ebf42eebe1a44e | |
parent | 634095dab2a2001844fc8b26673c0cb14a766cdf [diff] [blame] |
9p: turn fid->dlist into hlist Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/include/net/9p/client.h b/include/net/9p/client.h index 5ff70f4..4c7c01a 100644 --- a/include/net/9p/client.h +++ b/include/net/9p/client.h
@@ -192,7 +192,7 @@ 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 */ }; /**