]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit - mm/page_owner.c
mm: page_owner: use kstrtobool() to parse bool option
authorSergei Trofimovich <slyfox@gentoo.org>
Fri, 30 Apr 2021 05:55:05 +0000 (22:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 30 Apr 2021 18:20:36 +0000 (11:20 -0700)
commit608b5d668c8ea6734594a401c9adab4093ad9847
tree92a9e461af92477af777068724f29e7805a2b75e
parentfab765c210130113ede5f8754c6a158fa0e4f960
mm: page_owner: use kstrtobool() to parse bool option

I tried to use page_owner=1 for a while noticed too late it had no effect
as opposed to similar init_on_alloc=1 (these work).

Let's make them consistent.

The change decreses binary size slightly:
   text    data     bss     dec     hex filename
  12408     321      17   12746    31ca mm/page_owner.o.before
  12320     321      17   12658    3172 mm/page_owner.o.after

Link: https://lkml.kernel.org/r/20210401210909.3532086-1-slyfox@gentoo.org
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page_owner.c