Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75147
b: refs/heads/master
c: ed367fc
h: refs/heads/master
i:
  75145: 4445ae6
  75143: fb55687
v: v3
  • Loading branch information
Christoph Lameter authored and Linus Torvalds committed Dec 23, 2007
1 parent c67d3bf commit 71a518c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5b825ed22b02691e39774e8b2a077d1807969ec7
refs/heads/master: ed367fc3a7349b17354c7acef551533337764859
8 changes: 0 additions & 8 deletions trunk/include/linux/quicklist.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 71a518c

Please sign in to comment.