diff options
author | Joel Granados <joel.granados@gmail.com> | 2023-08-09 13:50:04 +0300 |
---|---|---|
committer | Luis Chamberlain <mcgrof@kernel.org> | 2023-08-16 01:26:18 +0300 |
commit | 3ca9aa74a89507348ae5776eb40f1265c691feca (patch) | |
tree | a3307cd6c7f9a3607ba20b321e226f4b345f2cd9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | c899710fe7f9f24dd77135875f199359f7b8b774 (diff) | |
download | linux-3ca9aa74a89507348ae5776eb40f1265c691feca.tar.xz |
vrf: Update to register_net_sysctl_sz
Move from register_net_sysctl to register_net_sysctl_sz and pass the
ARRAY_SIZE of the ctl_table array that was used to create the table
variable. We need to move to the new function in preparation for when we
change SIZE_MAX to ARRAY_SIZE() in the register_net_sysctl macro.
Failing to do so would erroneously allow ARRAY_SIZE() to be called on a
pointer. The actual change from SIZE_MAX to ARRAY_SIZE will take place
in subsequent commits.
Signed-off-by: Joel Granados <j.granados@samsung.com>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions