Skip to content
Commit 465634ad authored by Robert Richter's avatar Robert Richter
Browse files

ring_buffer: fix ring_buffer_event_length()



Function ring_buffer_event_length() provides an interface to detect
the length of data stored in an entry. However, the length contains
offsets depending on the internal usage. This makes it unusable. This
patch fixes this and now ring_buffer_event_length() returns the
alligned length that has been used in ring_buffer_lock_reserve().

Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: default avatarRobert Richter <robert.richter@amd.com>
parent 1acda878
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment