]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - mm/vmscan.c
writeback: remove nonblocking/encountered_congestion references
[mirror_ubuntu-jammy-kernel.git] / mm / vmscan.c
index c5dfabf25f115a34df8f9111843af28a8d58d906..6cbc1aac23aee18d332c79155c56f70a5b0849fa 100644 (file)
@@ -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;
 
@@ -376,7 +376,6 @@ static pageout_t pageout(struct page *page, struct address_space *mapping,
                        .nr_to_write = SWAP_CLUSTER_MAX,
                        .range_start = 0,
                        .range_end = LLONG_MAX,
-                       .nonblocking = 1,
                        .for_reclaim = 1,
                };