commit | 6f66cdc3e5d3d5ccbb7ee9265b8211cdc24aa401 | [log] [tgz] |
---|---|---|
author | David Ward <david.ward@ll.mit.edu> | Mon Apr 09 04:13:53 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 13 13:10:33 2012 -0400 |
tree | 50209599d03eb7e4a086e7eb396dae4d0ae452de | |
parent | 9d02daf754238adac48fa075ee79e7edd3d79ed3 [diff] |
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 <david.ward@ll.mit.edu> Signed-off-by: David S. Miller <davem@davemloft.net>