Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74586
b: refs/heads/master
c: f8fcc93
h: refs/heads/master
v: v3
  • Loading branch information
Tetsuo Handa authored and Linus Torvalds committed Dec 5, 2007
1 parent cfdf51b commit 2af54d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4b01a0b1613beeb01e12c78feb69e98f0da0a69a
refs/heads/master: f8fcc93319faa09272185af100fb24e71b02ab03
1 change: 1 addition & 0 deletions trunk/mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -4475,3 +4475,4 @@ size_t ksize(const void *objp)

return obj_size(virt_to_cache(objp));
}
EXPORT_SYMBOL(ksize);
1 change: 1 addition & 0 deletions trunk/mm/slob.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ size_t ksize(const void *block)
else
return sp->page.private;
}
EXPORT_SYMBOL(ksize);

struct kmem_cache {
unsigned int size, align;
Expand Down

0 comments on commit 2af54d5

Please sign in to comment.