Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248623
b: refs/heads/master
c: 6332aa9
h: refs/heads/master
i:
  248621: 2b3b75c
  248619: 9844997
  248615: 7953d56
  248607: 564e7c1
v: v3
  • Loading branch information
Christoph Lameter authored and Pekka Enberg committed May 17, 2011
1 parent 9c517ad commit 0b97740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 1759415e630e5db0dd2390df9f94892cbfb9a8a2
refs/heads/master: 6332aa9d25e911cc97aa9cc09acee21afda07ea6
2 changes: 1 addition & 1 deletion trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ static inline int oo_objects(struct kmem_cache_order_objects x)
return x.x & OO_MASK;
}

#ifdef CONFIG_SLUB_DEBUG
/*
* Determine a map of object in use on a page.
*
Expand All @@ -341,7 +342,6 @@ static void get_map(struct kmem_cache *s, struct page *page, unsigned long *map)
set_bit(slab_index(p, s, addr), map);
}

#ifdef CONFIG_SLUB_DEBUG
/*
* Debug settings:
*/
Expand Down

0 comments on commit 0b97740

Please sign in to comment.