commit | 00c81a58c5b4e0de14ee33bfbc3d71c90f69f9ea | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed May 06 12:40:51 2009 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed May 06 12:49:20 2009 -0400 |
tree | d34d323e0a3b67ee5ce4c0ae8a0b3dbbc9bf2562 | |
parent | 8e7abf1c62941ebb7a1416cbc62392c8a0902625 [diff] |
ring-buffer: check for failed allocation in ring buffer benchmark The result of the allocation of the ring buffer read page in the ring buffer bench mark does not check the return to see if a page was actually allocated. This patch fixes that. [ Impact: avoid NULL dereference ] Signed-off-by: Steven Rostedt <rostedt@goodmis.org>