diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-04-06 01:22:01 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-04-06 06:36:24 +0200 |
commit | c01f0b54efb1519f513089984c163ad3f6fea6eb (patch) | |
tree | d958c757bce8cae45ee19da1e72133e23e239a2e /.get_maintainer.ignore | |
parent | slab, slub: skip unnecessary kasan_cache_shutdown() (diff) | |
download | linux-c01f0b54efb1519f513089984c163ad3f6fea6eb.tar.xz linux-c01f0b54efb1519f513089984c163ad3f6fea6eb.zip |
mm/ksm.c: make stable_node_dup() static
stable_node_dup() is local to the source and does not need to be in
global scope, so make it static.
Cleans up sparse warning:
mm/ksm.c:1321:13: warning: symbol 'stable_node_dup' was not declared. Should it be static?
Link: http://lkml.kernel.org/r/20180206221005.12642-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 '.get_maintainer.ignore')
0 files changed, 0 insertions, 0 deletions