]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/net/9p/client.h
Merge remote-tracking branch 'asoc/fix/wm8960' into tmp
[karo-tx-linux.git] / include / net / 9p / client.h
index 5ff70f433e873f38f4459f236e80605948251072..4c7c01a73911d3a1ee06a6bed39d5fa90e503fa8 100644 (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 */
 };
 
 /**