diff options
| author | Andrew Morton <[email protected]> | 2022-12-16 14:44:49 -0800 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2022-12-16 14:44:49 -0800 |
| commit | bcfbff2ea3165d07775097df710cb4241fcd2567 (patch) | |
| tree | a0a472be468433aaf0b81d0d54427353b56429d9 /include/linux/ring_buffer.h | |
| parent | 8b777594d2341a82f00b57c020f8af05bded1178 (diff) | |
| parent | 77856d911a8c8724ee8e2b09d55979fc1de8f1c0 (diff) | |
Merge branch 'master' into mm-stable
Diffstat (limited to 'include/linux/ring_buffer.h')
| -rw-r--r-- | include/linux/ring_buffer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/ring_buffer.h b/include/linux/ring_buffer.h index 3c7d295746f6..782e14f62201 100644 --- a/include/linux/ring_buffer.h +++ b/include/linux/ring_buffer.h @@ -113,8 +113,7 @@ void ring_buffer_change_overwrite(struct trace_buffer *buffer, int val); struct ring_buffer_event *ring_buffer_lock_reserve(struct trace_buffer *buffer, unsigned long length); -int ring_buffer_unlock_commit(struct trace_buffer *buffer, - struct ring_buffer_event *event); +int ring_buffer_unlock_commit(struct trace_buffer *buffer); int ring_buffer_write(struct trace_buffer *buffer, unsigned long length, void *data); |