| commit | 3fa57c1bf5fb311544199b7837a08b9f5bf5e6e4 | [log] [tgz] |
|---|---|---|
| author | dpward <david.ward@ll.mit.edu> | Mon Sep 05 16:47:24 2011 +0000 |
| committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Nov 11 09:37:17 2011 -0800 |
| tree | 9285297f1b3fee391dca9773416e900d0b49b7a8 | |
| parent | 867ca3109d0289d0a62bb3c7fc3d365e9d478fae [diff] |
net: Handle different key sizes between address families in flow cache commit aa1c366e4febc7f5c2b84958a2dd7cd70e28f9d0 upstream. With the conversion of struct flowi to a union of AF-specific structs, some operations on the flow cache need to account for the exact size of the key. Signed-off-by: David Ward <david.ward@ll.mit.edu> Signed-off-by: David S. Miller <davem@davemloft.net> Cc: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>