Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330417
b: refs/heads/master
c: 5b74beb
h: refs/heads/master
i:
  330415: 444ec6c
v: v3
  • Loading branch information
David Rientjes authored and Pekka Enberg committed Aug 17, 2012
1 parent 8fd4b9c commit 816c44c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: c0931ef1f3e7305e55de1591602e5f25e4c11d1d
refs/heads/master: 5b74beb425e0eb009d16d4b9a0f55847a5f342fa
6 changes: 0 additions & 6 deletions trunk/mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,12 +515,6 @@ EXPORT_SYMBOL(slab_buffer_size);
static int slab_max_order = SLAB_MAX_ORDER_LO;
static bool slab_max_order_set __initdata;

static inline struct kmem_cache *page_get_cache(struct page *page)
{
BUG_ON(!PageSlab(page));
return page->slab_cache;
}

static inline struct kmem_cache *virt_to_cache(const void *obj)
{
struct page *page = virt_to_head_page(obj);
Expand Down

0 comments on commit 816c44c

Please sign in to comment.