From: Allan Stephens Date: Tue, 17 Apr 2012 21:57:52 +0000 (-0400) Subject: tipc: introduce publication lists struct X-Git-Tag: v3.5-rc1~109^2~370^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f8375fee30cbf7fb0bd67f044e3406daa16fa3e;p=pandora-kernel.git tipc: introduce publication lists struct There is currently a single list that is containing both cluster-scope and zone-scope publications, and the list count is a separate free floating variable. Create a struct to bind the count to the list, and to pave the way for factoring out the publications into zone/cluster/node scope. The current "publ_root" most matches what will be the cluster scope list, so it is named accordingly in this commit. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed