Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73486
b: refs/heads/master
c: efe4418
h: refs/heads/master
v: v3
  • Loading branch information
Denis Cheng authored and Linus Torvalds committed Nov 12, 2007
1 parent 2627bee commit 12947b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 00ec99da43a7c2aed46c6595aa271b84bb1b1462
refs/heads/master: efe44183f6bab5b8acb6a6182d95274978c8abb1
2 changes: 0 additions & 2 deletions trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,6 @@ static struct page *new_slab(struct kmem_cache *s, gfp_t flags, int node)
struct page *page;
struct kmem_cache_node *n;
void *start;
void *end;
void *last;
void *p;

Expand All @@ -1101,7 +1100,6 @@ static struct page *new_slab(struct kmem_cache *s, gfp_t flags, int node)
SetSlabDebug(page);

start = page_address(page);
end = start + s->objects * s->size;

if (unlikely(s->flags & SLAB_POISON))
memset(start, POISON_INUSE, PAGE_SIZE << s->order);
Expand Down

0 comments on commit 12947b5

Please sign in to comment.