From 71a518cc3d06fc1f78bfcc8fc1a7d91727f93484 Mon Sep 17 00:00:00 2001 From: Christoph Lameter Date: Sat, 22 Dec 2007 14:03:23 -0800 Subject: [PATCH] --- yaml --- r: 75147 b: refs/heads/master c: ed367fc3a7349b17354c7acef551533337764859 h: refs/heads/master i: 75145: 4445ae613670135104890c0f325aad86cef68284 75143: fb55687b2f7af44a0c4f215b06728857a92bfb44 v: v3 --- [refs] | 2 +- trunk/include/linux/quicklist.h | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/[refs] b/[refs] index 128e4d1a5736..6ae14eaf9f3e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5b825ed22b02691e39774e8b2a077d1807969ec7 +refs/heads/master: ed367fc3a7349b17354c7acef551533337764859 diff --git a/trunk/include/linux/quicklist.h b/trunk/include/linux/quicklist.h index 9371c6116df3..39b66713a0bb 100644 --- a/trunk/include/linux/quicklist.h +++ b/trunk/include/linux/quicklist.h @@ -56,14 +56,6 @@ static inline void __quicklist_free(int nr, void (*dtor)(void *), void *p, struct page *page) { struct quicklist *q; - int nid = page_to_nid(page); - - if (unlikely(nid != numa_node_id())) { - if (dtor) - dtor(p); - __free_page(page); - return; - } q = &get_cpu_var(quicklist)[nr]; *(void **)p = q->page;