HomeFreeBSD

Linux 6.8 compat: make test functions static

Description

Linux 6.8 compat: make test functions static

The kernel is now being compiled with -Wmissing-prototypes. Most of our
test stub functions had no prototype, and failed to compile. Since they
don't need to be visible anywhere else, just make them all static.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Rob Norris <robn@despairlabs.com>
Sponsored-by: https://despairlabs.com/sponsor/
Closes #15805

Details

Provenance
rob.norris_klarasystems.comAuthored on Jan 22 2024, 11:50 PM
Brian Behlendorf <behlendorf1@llnl.gov>Committed on Jan 29 2024, 10:53 PM
Parents
rG621dfaff5ce1: Linux 6.7 compat: META
Branches
Unknown
Tags
Unknown