diff options
| author | Arnd Bergmann <[email protected]> | 2023-10-20 13:12:57 +0000 |
|---|---|---|
| committer | John Johansen <[email protected]> | 2023-10-22 07:45:53 +0000 |
| commit | 7060d3ccdd4cf042749664d2fe93f978a777e3e9 (patch) | |
| tree | 2921bf646e2e6704629c9d52a0e2a05890ac6a85 /scripts/mod/file2alias.c | |
| parent | apparmor: Fix regression in mount mediation (diff) | |
| download | kernel-7060d3ccdd4cf042749664d2fe93f978a777e3e9.tar.gz kernel-7060d3ccdd4cf042749664d2fe93f978a777e3e9.zip | |
apparmor: mark new functions static
Two new functions were introduced as global functions when they are
only called from inside the file that defines them and should have
been static:
security/apparmor/lsm.c:658:5: error: no previous prototype for 'apparmor_uring_override_creds' [-Werror=missing-prototypes]
security/apparmor/lsm.c:682:5: error: no previous prototype for 'apparmor_uring_sqpoll' [-Werror=missing-prototypes]
Fixes: c4371d90633b7 ("apparmor: add io_uring mediation")
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: John Johansen <[email protected]>
Diffstat (limited to 'scripts/mod/file2alias.c')
0 files changed, 0 insertions, 0 deletions
