ring-buffer: fix free page
authorSteven Rostedt <rostedt@goodmis.org>
Mon, 13 Oct 2008 14:22:06 +0000 (10:22 -0400)
committerIngo Molnar <mingo@elte.hu>
Wed, 22 Oct 2008 15:02:09 +0000 (17:02 +0200)
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>

No differences found