X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fnet%2F9p%2Fclient.h;h=4c7c01a73911d3a1ee06a6bed39d5fa90e503fa8;hb=f73c06dc2cbf1ddf1c92f05f9843f923c8c69529;hp=5ff70f433e873f38f4459f236e80605948251072;hpb=d895cb1af15c04c522a25c79cc429076987c089b;p=karo-tx-linux.git diff --git a/include/net/9p/client.h b/include/net/9p/client.h index 5ff70f433e87..4c7c01a73911 100644 --- a/include/net/9p/client.h +++ b/include/net/9p/client.h @@ -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 */ }; /**