[folded-merged] lib-list_sortc-convert-to-pr_foo-fix.patch removed from -mm tree

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

 



The patch titled
     Subject: lib-list_sortc-convert-to-pr_foo-fix
has been removed from the -mm tree.  Its filename was
     lib-list_sortc-convert-to-pr_foo-fix.patch

This patch was dropped because it was folded into lib-list_sortc-convert-to-pr_foo.patch

------------------------------------------------------
From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Subject: lib-list_sortc-convert-to-pr_foo-fix

Cc: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx>
Cc: Artem Bityutskiy <artem.bityutskiy@xxxxxxxxxxxxxxx>
Cc: Don Mullis <don.mullis@xxxxxxxxx>
Cc: Dave Chinner <david@xxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 lib/list_sort.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff -puN lib/list_sort.c~lib-list_sortc-convert-to-pr_foo-fix lib/list_sort.c
--- a/lib/list_sort.c~lib-list_sortc-convert-to-pr_foo-fix
+++ a/lib/list_sort.c
@@ -128,8 +128,7 @@ void list_sort(void *priv, struct list_h
 		}
 		if (lev > max_lev) {
 			if (unlikely(lev >= ARRAY_SIZE(part)-1)) {
-				pr_debug_once("list passed to list_sort() too "
-					      "long for efficiency\n");
+				printk_once(KERN_DEBUG "list too long for efficiency\n");
 				lev--;
 			}
 			max_lev = lev;
_

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

origin.patch
fsnotify-rename-event-handling-functions.patch
kbuild-explain-stack-protector-strong-config-logic.patch
slub-use-new-node-functions.patch
slab-use-get_node-and-kmem_cache_node-functions.patch
slab-change-int-to-size_t-for-representing-allocation-size.patch
mm-page_allocc-unexport-alloc_pages_exact_nid.patch
dma-cma-support-arbitrary-bitmap-granularity.patch
mm-vmallocc-add-a-schedule-point-to-vmalloc.patch
include-linux-mmdebugh-add-vm_warn_once.patch
mm-catch-memory-commitment-underflow.patch
mm-oom-ensure-memoryless-node-zonelist-always-includes-zones.patch
list-fix-order-of-arguments-for-hlist_add_after_rcu.patch
add-lib-globc.patch
lib-list_sortc-convert-to-pr_foo.patch
checkpatch-add-test-for-commit-id-formatting-style-in-commit-log.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