From: Thomas Graf Date: Thu, 21 Mar 2013 07:45:28 +0000 (+0000) Subject: decnet: Parse netlink attributes on our own X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~364 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58d7d8f9b20ee6f883532b952f246e4289fe06eb;p=pandora-kernel.git decnet: Parse netlink attributes on our own decnet is the only subsystem left that is relying on the global netlink attribute buffer rta_buf. It's horrible design and we want to get rid of it. This converts all of decnet to do implicit attribute parsing. It also gets rid of the error prone struct dn_kern_rta. Yes, the fib_magic() stuff is not pretty. It's compiled tested but I need someone with appropriate hardware to test the patch since I don't have access to it. Cc: linux-decnet-user@lists.sourceforge.net Signed-off-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed