]> git.baikalelectronics.ru Git - kernel.git/commit
mm/vmscan.c: make may_enter_fs bool in shrink_page_list()
authorKirill Tkhai <ktkhai@virtuozzo.com>
Thu, 2 Apr 2020 04:10:18 +0000 (21:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 2 Apr 2020 16:35:31 +0000 (09:35 -0700)
commita6558fe83378470bac4ea380fd9a245dc063047f
tree76d92465ed686a8c7072c5342805cff1df2b6883
parent09717663297196dcd5fd9df6784e38915ded7d8e
mm/vmscan.c: make may_enter_fs bool in shrink_page_list()

This gives some size improvement:

$size mm/vmscan.o (before)
   text    data     bss     dec     hex filename
  53670   24123      12   77805   12fed mm/vmscan.o

$size mm/vmscan.o (after)
   text    data     bss     dec     hex filename
  53648   24123      12   77783   12fd7 mm/vmscan.o

Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/Message-ID:
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/vmscan.c