Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123461
b: refs/heads/master
c: e9beef1
h: refs/heads/master
i:
  123459: 75a0286
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Pekka Enberg committed Nov 26, 2008
1 parent f067a38 commit 7942bd5
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: ce71e27c6fdc43c29f36d307b9100bde70c947fc
refs/heads/master: e9beef1815ab3aa88925595582cf09e64b2b9894
2 changes: 1 addition & 1 deletion trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -1739,7 +1739,7 @@ void kmem_cache_free(struct kmem_cache *s, void *x)
}
EXPORT_SYMBOL(kmem_cache_free);

/* Figure out on which slab object the object resides */
/* Figure out on which slab page the object resides */
static struct page *get_object_page(const void *x)
{
struct page *page = virt_to_head_page(x);
Expand Down

0 comments on commit 7942bd5

Please sign in to comment.