+2
−2
+1
−1
+1
−1
+6
−2
+4
−4
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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 <James.Bottomley@SteelEye.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>