From: Allan Stephens Date: Mon, 30 May 2011 14:48:48 +0000 (-0400) Subject: tipc: Convert name table publication lists to standard kernel lists X-Git-Tag: v3.1-rc1~316^2~349^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6f0a4d2d05f758f011a506731e84160d140304b;p=pandora-kernel.git tipc: Convert name table publication lists to standard kernel lists Modifies the main circular linked lists of publications used in TIPC's name table to use the standard kernel linked list type. This change simplifies the deletion of an existing publication by eliminating the need to search up to three lists to locate the publication. The use of standard list routines also helps improve the readability of the name table code by make it clearer what each list operation being performed is actually doing. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed