Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5097
b: refs/heads/master
c: c10b873
h: refs/heads/master
i:
  5095: f9f0adf
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Jul 27, 2005
1 parent fbef651 commit 568413d
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: 8c86cb127b2b7614903cb2a38db3207488a0405a
refs/heads/master: c10b873695c6a1de0d8ebab40b525575ca576683
2 changes: 1 addition & 1 deletion trunk/include/linux/slab.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ static inline void *kmem_cache_alloc_node(kmem_cache_t *cachep, int flags, int n
{
return kmem_cache_alloc(cachep, flags);
}
static inline void *kmalloc_node(size_t size, int flags, int node)
static inline void *kmalloc_node(size_t size, unsigned int __nocast flags, int node)
{
return kmalloc(size, flags);
}
Expand Down

0 comments on commit 568413d

Please sign in to comment.