[folded-merged] mm-oom-protect-costly-allocations-some-more-for-config_compaction-checkpatch-fixes.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Subject: mm-oom-protect-costly-allocations-some-more-for-config_compaction-checkpatch-fixes
has been removed from the -mm tree.  Its filename was
     mm-oom-protect-costly-allocations-some-more-for-config_compaction-checkpatch-fixes.patch

This patch was dropped because it was folded into mm-oom-protect-costly-allocations-some-more-for-config_compaction.patch

------------------------------------------------------
From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Subject: mm-oom-protect-costly-allocations-some-more-for-config_compaction-checkpatch-fixes

WARNING: line over 80 characters
#49: FILE: mm/page_alloc.c:3327:
+	 * inside the allocator rather than hit the oom killer prematurely. Let's

ERROR: space required before the open parenthesis '('
#55: FILE: mm/page_alloc.c:3333:
+		if(zone_watermark_ok(zone, 0, min_wmark_pages(zone),

total: 1 errors, 1 warnings, 24 lines checked

./patches/mm-oom-protect-costly-allocations-some-more-for-config_compaction.patch has style problems, please review.

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.

Please run checkpatch prior to sending patches

Cc: Michal Hocko <mhocko@xxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 mm/page_alloc.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff -puN mm/page_alloc.c~mm-oom-protect-costly-allocations-some-more-for-config_compaction-checkpatch-fixes mm/page_alloc.c
--- a/mm/page_alloc.c~mm-oom-protect-costly-allocations-some-more-for-config_compaction-checkpatch-fixes
+++ a/mm/page_alloc.c
@@ -3325,13 +3325,13 @@ should_compact_retry(struct alloc_contex
 
 	/*
 	 * There are setups with compaction disabled which would prefer to loop
-	 * inside the allocator rather than hit the oom killer prematurely. Let's
-	 * give them a good hope and keep retrying while the order-0 watermarks
-	 * are OK.
+	 * inside the allocator rather than hit the oom killer prematurely.
+	 * Let's give them a good hope and keep retrying while the order-0
+	 * watermarks are OK.
 	 */
 	for_each_zone_zonelist_nodemask(zone, z, ac->zonelist, ac->high_zoneidx,
 					ac->nodemask) {
-		if(zone_watermark_ok(zone, 0, min_wmark_pages(zone),
+		if (zone_watermark_ok(zone, 0, min_wmark_pages(zone),
 					ac_classzone_idx(ac), alloc_flags))
 			return true;
 	}
_

Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are

mm-oom-protect-costly-allocations-some-more-for-config_compaction.patch
vmstat-get-rid-of-the-ugly-cpu_stat_off-variable-v2-fix.patch
mm-compact-fix-zoneindex-in-compact-fix.patch
procfs-fixes-pthread-cross-thread-naming-if-pr_dumpable-fix.patch
exit_thread-remove-empty-bodies-fix.patch
exit_thread-accept-a-task-parameter-to-be-exited-checkpatch-fixes.patch
lib-gcd-use-binary-gcd-algorithm-instead-of-euclidean-fix.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux