From: Paul Gortmaker Date: Wed, 11 Jul 2012 13:40:43 +0000 (-0400) Subject: tipc: factor stats struct out of the larger link struct X-Git-Tag: v3.6-rc1~125^2~173^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e9cab58e8e0b5e52af28145ffa70de329adc459;p=pandora-kernel.git tipc: factor stats struct out of the larger link struct This is done to improve readability, and so that we can give the struct a name that will allow us to declare a local pointer to it in code, instead of having to always redirect through the link struct to get to it. Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed