All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] lib-list_sortc-convert-to-pr_foo-fix.patch removed from -mm tree
@ 2014-08-06 22:54 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2014-08-06 22:54 UTC (permalink / raw)
  To: akpm, artem.bityutskiy, david, don.mullis, linux, mm-commits


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@linux-foundation.org>
Subject: lib-list_sortc-convert-to-pr_foo-fix

Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Cc: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Cc: Don Mullis <don.mullis@gmail.com>
Cc: Dave Chinner <david@fromorbit.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 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@linux-foundation.org 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-06 22:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-06 22:54 [folded-merged] lib-list_sortc-convert-to-pr_foo-fix.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.