commit | 77ba9062e43c7e4966d9ff3afd87dca86542f86a | [log] [tgz] |
---|---|---|
author | Aaron Lu <[email protected]> | Thu Apr 05 16:24:06 2018 -0700 |
committer | Linus Torvalds <[email protected]> | Thu Apr 05 21:36:26 2018 -0700 |
tree | c9cf12435f9382e2929621e7aa92b48d664cb247 | |
parent | bc3106b26cf6a6f214fd1a8538736afc39ae1b5c [diff] |
mm/free_pcppages_bulk: update pcp->count inside Matthew Wilcox found that all callers of free_pcppages_bulk() currently update pcp->count immediately after so it's natural to do it inside free_pcppages_bulk(). No functionality or performance change is expected from this patch. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Aaron Lu <[email protected]> Suggested-by: Matthew Wilcox <[email protected]> Acked-by: David Rientjes <[email protected]> Acked-by: Michal Hocko <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Acked-by: Vlastimil Babka <[email protected]> Cc: Huang Ying <[email protected]> Cc: Dave Hansen <[email protected]> Cc: Kemi Wang <[email protected]> Cc: Tim Chen <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Mel Gorman <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>