Loading mm/vmscan.c +2 −2 Original line number Diff line number Diff line Loading @@ -2261,8 +2261,8 @@ static bool shrink_zones(int priority, struct zonelist *zonelist, * Even though compaction is invoked for any * non-zero order, only frequent costly order * reclamation is disruptive enough to become a * noticable problem, like transparent huge page * allocations. * noticeable problem, like transparent huge * page allocations. */ if (compaction_ready(zone, sc)) { aborted_reclaim = true; Loading Loading
mm/vmscan.c +2 −2 Original line number Diff line number Diff line Loading @@ -2261,8 +2261,8 @@ static bool shrink_zones(int priority, struct zonelist *zonelist, * Even though compaction is invoked for any * non-zero order, only frequent costly order * reclamation is disruptive enough to become a * noticable problem, like transparent huge page * allocations. * noticeable problem, like transparent huge * page allocations. */ if (compaction_ready(zone, sc)) { aborted_reclaim = true; Loading