diff options
author | Steven Rostedt <rostedt@goodmis.org> | 2008-10-13 16:22:06 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-22 17:02:09 +0200 |
commit | 6ae2a0765ab764da11cc305058ee5333810228f4 (patch) | |
tree | c2c3b285eb55c2b1850ecb04e0348323b70acee5 /kernel/kprobes.c | |
parent | tracing/fastboot: fix row order in bootgraph.pl (diff) | |
download | linux-6ae2a0765ab764da11cc305058ee5333810228f4.tar.xz linux-6ae2a0765ab764da11cc305058ee5333810228f4.zip |
ring-buffer: fix free page
The pages of a buffer was originally pointing to the page struct, it
now points to the page address. The freeing of the page still uses
the page frame free "__free_page" instead of the correct free_page to
the address.
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/kprobes.c')
0 files changed, 0 insertions, 0 deletions