diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-08-18 00:46:54 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-08-18 01:20:30 +0200 |
commit | 31f21da18132fc971297175077fafa3bd4184dc1 (patch) | |
tree | b81e68c4fc17f16c43b2ea8466b9a71b2dc9182a /mm/fadvise.c | |
parent | mm/zsmalloc.c: make several functions and a struct static (diff) | |
download | linux-31f21da18132fc971297175077fafa3bd4184dc1.tar.xz linux-31f21da18132fc971297175077fafa3bd4184dc1.zip |
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/20180624182536.4937-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/fadvise.c')
0 files changed, 0 insertions, 0 deletions