Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140584
b: refs/heads/master
c: 73cd6af
h: refs/heads/master
v: v3
  • Loading branch information
Eduard - Gabriel Munteanu authored and Pekka Enberg committed Dec 29, 2008
1 parent 1a5b4b4 commit 8f3fec8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 4a80b24bb2ec66a5cb7fa5ff8335907f09288200
refs/heads/master: 73cd6af0413225b0ada8b8881c3e0cfd26506dfa
3 changes: 2 additions & 1 deletion trunk/include/linux/kmemtrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ static inline void kmemtrace_mark_alloc_node(enum kmemtrace_type_id type_id,
trace_mark(kmemtrace_alloc, "type_id %d call_site %lu ptr %lu "
"bytes_req %lu bytes_alloc %lu gfp_flags %lu node %d",
type_id, call_site, (unsigned long) ptr,
bytes_req, bytes_alloc, (unsigned long) gfp_flags, node);
(unsigned long) bytes_req, (unsigned long) bytes_alloc,
(unsigned long) gfp_flags, node);
}

static inline void kmemtrace_mark_free(enum kmemtrace_type_id type_id,
Expand Down

0 comments on commit 8f3fec8

Please sign in to comment.