Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44877
b: refs/heads/master
c: b7f869a
h: refs/heads/master
i:
  44875: 09402ff
v: v3
  • Loading branch information
Christoph Lameter authored and Linus Torvalds committed Dec 22, 2006
1 parent 97f6747 commit 934ac79
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: 533ffc289db9f44c0633d3a7b87243b5740b02b2
refs/heads/master: b7f869a2847dfe6f9b0835ca1b24e73bed926d7d
2 changes: 1 addition & 1 deletion trunk/mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -3553,7 +3553,7 @@ EXPORT_SYMBOL(kmem_cache_zalloc);
*
* Currently only used for dentry validation.
*/
int fastcall kmem_ptr_validate(struct kmem_cache *cachep, const void *ptr)
int kmem_ptr_validate(struct kmem_cache *cachep, const void *ptr)
{
unsigned long addr = (unsigned long)ptr;
unsigned long min_addr = PAGE_OFFSET;
Expand Down

0 comments on commit 934ac79

Please sign in to comment.