commit | 08d3090fc8dadd7b726dbda99d1baa39382c3f2c | [log] [tgz] |
---|---|---|
author | Wei Yang <[email protected]> | Mon Jun 01 21:48:55 2020 -0700 |
committer | Linus Torvalds <[email protected]> | Tue Jun 02 10:59:08 2020 -0700 |
tree | 013385473643942fa98063f9d16dfb3d2acfd79b | |
parent | bd2d18da4a4f182c3627a74dc768bd437e64c582 [diff] |
mm/swapfile.c: simplify the calculation of n_goal Use min3() to simplify the comparison and make it more self-explaining. Signed-off-by: Wei Yang <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Cc: Hugh Dickins <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>