diff options
author | Paul Moore <[email protected]> | 2023-11-10 12:09:33 -0500 |
---|---|---|
committer | Paul Moore <[email protected]> | 2023-11-12 22:54:42 -0500 |
commit | b1a867eeb8ab5e097178728b01cc504c6806acca (patch) | |
tree | 69e062069760bb4e30fcba6b3238281f64914b08 /scripts/generate_rust_analyzer.py | |
parent | 9ba8802c8b66fbde2ee32ab4c44cd418f9444486 (diff) |
lsm: mark the lsm_id variables are marked as static
As the kernel test robot helpfully reminded us, all of the lsm_id
instances defined inside the various LSMs should be marked as static.
The one exception is Landlock which uses its lsm_id variable across
multiple source files with an extern declaration in a header file.
Reported-by: kernel test robot <[email protected]>
Suggested-by: Casey Schaufler <[email protected]>
Reviewed-by: Casey Schaufler <[email protected]>
Signed-off-by: Paul Moore <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions