Loading mm/vmscan.c +2 −2 Original line number Diff line number Diff line Loading @@ -79,8 +79,8 @@ struct scan_control { int order; /* * Intend to reclaim enough contenious memory rather than to reclaim * enough amount memory. I.e, it's the mode for high order allocation. * Intend to reclaim enough continuous memory rather than reclaim * enough amount of memory. i.e, mode for high order allocation. */ bool lumpy_reclaim_mode; Loading Loading
mm/vmscan.c +2 −2 Original line number Diff line number Diff line Loading @@ -79,8 +79,8 @@ struct scan_control { int order; /* * Intend to reclaim enough contenious memory rather than to reclaim * enough amount memory. I.e, it's the mode for high order allocation. * Intend to reclaim enough continuous memory rather than reclaim * enough amount of memory. i.e, mode for high order allocation. */ bool lumpy_reclaim_mode; Loading