summaryrefslogtreecommitdiffstats
path: root/.mailmap
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2009-06-17 20:03:44 +0200
committerSteven Rostedt <rostedt@goodmis.org>2009-06-17 20:16:07 +0200
commit0dcd4d6c3e5b17ccf88d41cb354bb4d57cb18cbf (patch)
tree4798b2172902f8ce4dc81856ee1d858909147824 /.mailmap
parentring-buffer: remove useless warn on check (diff)
downloadlinux-0dcd4d6c3e5b17ccf88d41cb354bb4d57cb18cbf.tar.xz
linux-0dcd4d6c3e5b17ccf88d41cb354bb4d57cb18cbf.zip
ring-buffer: remove useless compile check for buffer_page size
The original version of the ring buffer had a hack to map the page struct that held the pages of the buffer to also be the structure that the ring buffer would keep the pages in a link list. This overlap of the page struct was very dangerous and that hack was removed a while ago. But there was a check to make sure the buffer_page never became bigger than the page struct, and would fail the compile if it did. The check was only meaningful when we had the hack. Now that we have separate allocated descriptors for the buffer pages, we can remove this check. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions