From: David Ward Date: Mon, 9 Apr 2012 04:13:53 +0000 (+0000) Subject: net/garp: fix GID rbtree ordering X-Git-Tag: v3.5-rc1~109^2~480 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f66cdc3e5d3d5ccbb7ee9265b8211cdc24aa401;p=pandora-kernel.git net/garp: fix GID rbtree ordering The comparison operators were backwards in both garp_attr_lookup and garp_attr_create, so the entire GID rbtree was in reverse order. (There was no practical side effect to this though, except that PDUs were sent with attributes listed in reverse order, which is still valid by the protocol. This change is only for clarity.) Signed-off-by: David Ward Signed-off-by: David S. Miller --- Reading git-diff-tree failed