Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139052
b: refs/heads/master
c: 19cefdf
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Mar 30, 2009
1 parent cc3ad11 commit cfed41d
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: 6700ec65c207068a81a535e9dca616fefac21671
refs/heads/master: 19cefdffbfe0f7e280f21e80875937e8700e99e2
2 changes: 1 addition & 1 deletion trunk/mm/slob.c
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ void *__kmalloc_node(size_t size, gfp_t gfp, int node)
unsigned int *m;
int align = max(ARCH_KMALLOC_MINALIGN, ARCH_SLAB_MINALIGN);

lockdep_trace_alloc(flags);
lockdep_trace_alloc(gfp);

if (size < PAGE_SIZE - align) {
if (!size)
Expand Down

0 comments on commit cfed41d

Please sign in to comment.