diff options
author | Mathias Krause <[email protected]> | 2014-07-12 22:36:44 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2014-07-14 14:32:51 -0700 |
commit | 9ecf07a1d8f70f72ec99a0f102c8aa24609d84f4 (patch) | |
tree | b1fc7364af39c287a118bd990ae2422db2a43d27 /include/linux/fpga/fpga-mgr.h | |
parent | 8f2e5ae40ec193bc0a0ed99e95315c3eebca84ea (diff) |
neigh: sysctl - simplify address calculation of gc_* variables
The code in neigh_sysctl_register() relies on a specific layout of
struct neigh_table, namely that the 'gc_*' variables are directly
following the 'parms' member in a specific order. The code, though,
expresses this in the most ugly way.
Get rid of the ugly casts and use the 'tbl' pointer to get a handle to
the table. This way we can refer to the 'gc_*' variables directly.
Similarly seen in the grsecurity patch, written by Brad Spengler.
Signed-off-by: Mathias Krause <[email protected]>
Cc: Brad Spengler <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/linux/fpga/fpga-mgr.h')
0 files changed, 0 insertions, 0 deletions