Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117995
b: refs/heads/master
c: 6ae2a07
h: refs/heads/master
i:
  117993: 5d8ad6d
  117991: 451ff52
v: v3
  • Loading branch information
Steven Rostedt authored and Ingo Molnar committed Oct 22, 2008
1 parent 78fc9c8 commit a0d6bfe
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: 06d1cd267ca0a2a76beb9a762465572dd3d0cce6
refs/heads/master: 6ae2a0765ab764da11cc305058ee5333810228f4
2 changes: 1 addition & 1 deletion trunk/kernel/trace/ring_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ struct buffer_page {
static inline void free_buffer_page(struct buffer_page *bpage)
{
if (bpage->page)
__free_page(bpage->page);
free_page((unsigned long)bpage->page);
kfree(bpage);
}

Expand Down

0 comments on commit a0d6bfe

Please sign in to comment.