From: James Bottomley Date: Fri, 19 Aug 2005 13:14:01 +0000 (-0400) Subject: [PATCH] klist: fix klist to have the same klist_add semantics as list_head X-Git-Tag: v2.6.14-rc1~751^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d856f1e337782326c638c70c0b4df2b909350dec;p=pandora-kernel.git [PATCH] klist: fix klist to have the same klist_add semantics as list_head at the moment, the list_head semantics are list_add(node, head) whereas current klist semantics are klist_add(head, node) This is bound to cause confusion, and since klist is the newcomer, it should follow the list_head semantics. I also added missing include guards to klist.h Signed-off-by: James Bottomley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed