From: Steven Rostedt Date: Sat, 4 Oct 2008 06:00:58 +0000 (-0400) Subject: ring-buffer: move page indexes into page headers X-Git-Tag: v2.6.28-rc1~78^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f807acd27734197b11d42829d3cbb9c0937b572;p=pandora-kernel.git ring-buffer: move page indexes into page headers Remove the global head and tail indexes and move them into the page header. Each page will now keep track of where the last write and read was made. We also rename the head and tail to read and write for better clarification. This patch is needed for future enhancements to move the ring buffer to a lockless solution. Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed