commit | 5ce9bfef1d27944c119a397a9d827bef795487ce | [log] [tgz] |
---|---|---|
author | Vlastimil Babka <[email protected]> | Tue Jan 24 15:18:38 2017 -0800 |
committer | Linus Torvalds <[email protected]> | Tue Jan 24 16:26:14 2017 -0800 |
tree | ac3dab0f4c7c9807fc01ca208fc5735011308621 | |
parent | 16096c25bf0ca5d87e4fa6ec6108ba53feead212 [diff] |
mm, page_alloc: move cpuset seqcount checking to slowpath This is a preparation for the following patch to make review simpler. While the primary motivation is a bug fix, this also simplifies the fast path, although the moved code is only enabled when cpusets are in use. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Vlastimil Babka <[email protected]> Acked-by: Mel Gorman <[email protected]> Acked-by: Hillf Danton <[email protected]> Cc: Ganapatrao Kulkarni <[email protected]> Cc: Michal Hocko <[email protected]> Cc: <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>