commit | f57a8a1911342265e7acdc190333c4e9235a6632 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Fri Jun 05 14:11:30 2009 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Jun 09 12:33:30 2009 -0400 |
tree | db7aecf9dc26311068a48da77022e0377bf5d3d6 | |
parent | 1f8a6a10fb9437eac3f516ea4324a19087872f30 [diff] |
ring-buffer: fix ret in rb_add_time_stamp The update of ret got mistakenly added to the if statement of rb_try_to_discard. The variable ret should be 1 on commit and zero otherwise. [ Impact: fix compiler warning and real bug ] Signed-off-by: Steven Rostedt <rostedt@goodmis.org>