1. 06 Aug, 2009 1 commit
    • Steven Rostedt's avatar
      ring-buffer: fix check of try_to_discard result · 0f2541d2
      Steven Rostedt authored
      The function ring_buffer_discard_commit inversed the code path
      of the result of try_to_discard. It should skip incrementing the
      entry counter if try_to_discard succeeded. But instead, it increments
      the entry conder if it succeeded to discard, and does not increment
      it if it fails.
      
      The result of this bug is that filtering will make the stat counters
      incorrect.
      Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
      0f2541d2
  2. 04 Aug, 2009 1 commit
  3. 28 Jul, 2009 4 commits
  4. 27 Jul, 2009 34 commits