Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333271
b: refs/heads/master
c: 3e1aa66
h: refs/heads/master
i:
  333269: 550b55f
  333267: 2329add
  333263: 31e3473
v: v3
  • Loading branch information
Ezequiel Garcia authored and Linus Torvalds committed Oct 10, 2012
1 parent ad2fa67 commit 9448a70
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: 4ed134beee42a5c9fc4b439f1e498363066e2516
refs/heads/master: 3e1aa66bd423950aa69c3d50d91818af1d16e0a7
2 changes: 1 addition & 1 deletion trunk/lib/kasprintf.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ char *kvasprintf(gfp_t gfp, const char *fmt, va_list ap)
len = vsnprintf(NULL, 0, fmt, aq);
va_end(aq);

p = kmalloc(len+1, gfp);
p = kmalloc_track_caller(len+1, gfp);
if (!p)
return NULL;

Expand Down

0 comments on commit 9448a70

Please sign in to comment.