diff options
author | Colin Ian King <[email protected]> | 2018-08-17 15:46:54 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2018-08-17 16:20:30 -0700 |
commit | 31f21da18132fc971297175077fafa3bd4184dc1 (patch) | |
tree | b81e68c4fc17f16c43b2ea8466b9a71b2dc9182a /scripts/gdb/linux/modules.py | |
parent | 4d0a5402f505eafe5b0a77f2dc77bb6c2e25a714 (diff) |
mm/swap_slots.c: make swap_slots_cache_mutex and swap_slots_cache_enable_mutex static
The mutexes swap_slots_cache_mutex and swap_slots_cache_enable_mutex are
local to the source and do not need to be in global scope, so make them
static.
Cleans up sparse warnings:
symbol 'swap_slots_cache_mutex' was not declared. Should it be static?
symbol 'swap_slots_cache_enable_mutex' was not declared. Should it be static?
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions