diff options
author | Tom Rix <trix@redhat.com> | 2023-05-18 16:11:19 +0200 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-06-10 01:25:35 +0200 |
commit | 62069aace145658bc8ce79cbf7b6cf611db4a22f (patch) | |
tree | da622b8f0cb94f165060d1cab293e23d7cfb2882 /include/trace | |
parent | mm: avoid rewalk in mmap_region (diff) | |
download | linux-62069aace145658bc8ce79cbf7b6cf611db4a22f.tar.xz linux-62069aace145658bc8ce79cbf7b6cf611db4a22f.zip |
mm: page_alloc: set sysctl_lowmem_reserve_ratio storage-class-specifier to static
smatch reports
mm/page_alloc.c:247:5: warning: symbol
'sysctl_lowmem_reserve_ratio' was not declared. Should it be static?
This variable is only used in its defining file, so it should be static
Link: https://lkml.kernel.org/r/20230518141119.927074-1-trix@redhat.com
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'include/trace')
0 files changed, 0 insertions, 0 deletions