From: David S. Miller Date: Sun, 10 Jun 2012 05:36:36 +0000 (-0700) Subject: inet: Hide route peer accesses behind helpers. X-Git-Tag: v3.6-rc1~125^2~571 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97bab73f987e2781129cd6f4b6379bf44d808cc6;p=pandora-kernel.git inet: Hide route peer accesses behind helpers. We encode the pointer(s) into an unsigned long with one state bit. The state bit is used so we can store the inetpeer tree root to use when resolving the peer later. Later the peer roots will be per-FIB table, and this change works to facilitate that. Signed-off-by: David S. Miller --- Reading git-diff-tree failed