All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] mm-zbud-use-list_last_entry-instead-of-list_tail_entry.patch removed from -mm tree
@ 2016-01-19 20:00 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2016-01-19 20:00 UTC (permalink / raw)
  To: geliangtang, sjennings, mm-commits


The patch titled
     Subject: mm/zbud.c: use list_last_entry() instead of list_tail_entry()
has been removed from the -mm tree.  Its filename was
     mm-zbud-use-list_last_entry-instead-of-list_tail_entry.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Geliang Tang <geliangtang@163.com>
Subject: mm/zbud.c: use list_last_entry() instead of list_tail_entry()

list_last_entry*( has been defined in list.h, so replace list_tail_entry()
with it.

Signed-off-by: Geliang Tang <geliangtang@163.com>
Cc: Seth Jennings <sjennings@variantweb.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/zbud.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff -puN mm/zbud.c~mm-zbud-use-list_last_entry-instead-of-list_tail_entry mm/zbud.c
--- a/mm/zbud.c~mm-zbud-use-list_last_entry-instead-of-list_tail_entry
+++ a/mm/zbud.c
@@ -463,9 +463,6 @@ void zbud_free(struct zbud_pool *pool, u
 	spin_unlock(&pool->lock);
 }
 
-#define list_tail_entry(ptr, type, member) \
-	list_entry((ptr)->prev, type, member)

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

only message in thread, other threads:[~2016-01-19 20:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-19 20:00 [merged] mm-zbud-use-list_last_entry-instead-of-list_tail_entry.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.