From: Tejun Heo Date: Tue, 22 Apr 2008 09:58:46 +0000 (+0900) Subject: klist: implement klist_add_{after|before}() X-Git-Tag: v2.6.26-rc1~99^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93dd40013f4f7f4b18d19d0d77855f025bcc57c3;p=pandora-kernel.git klist: implement klist_add_{after|before}() Add klist_add_after() and klist_add_before() which puts a new node after and before an existing node, respectively. This is useful for callers which need to keep klist ordered. Note that synchronizing between simultaneous additions for ordering is the caller's responsibility. Signed-off-by: Tejun Heo Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed