From: Steven Rostedt Date: Tue, 2 Dec 2008 20:34:06 +0000 (-0500) Subject: ring-buffer: move some metadata into buffer page X-Git-Tag: v2.6.29-rc1~586^2~34^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abc9b56d66fbd4d93302ef4bf6fa726e1b8255f9;p=pandora-kernel.git ring-buffer: move some metadata into buffer page Impact: get ready for splice changes This patch moves the commit and timestamp into the beginning of each data page of the buffer. This change will allow the page to be moved to another location (disk, network, etc) and still have information in the page to be able to read it. Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed