diff options
author | Joel Granados <joel.granados@gmail.com> | 2023-08-09 13:50:01 +0300 |
---|---|---|
committer | Luis Chamberlain <mcgrof@kernel.org> | 2023-08-16 01:26:17 +0300 |
commit | 7737e46d9d57b230381755b83104dab5a1e631ec (patch) | |
tree | 017d32601d608a3846b58443c36566c2bd8a6d07 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 95d4977876d6658fdee58be8c8668aac68c25dd2 (diff) | |
download | linux-7737e46d9d57b230381755b83104dab5a1e631ec.tar.xz |
ax.25: 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. We hold off the SIZE_MAX to ARRAY_SIZE change until we have
migrated all the relevant net sysctl registering functions to
register_net_sysctl_sz 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