Commit a86f371
ring_buffer: Use cached allocation for ring_buffer stream data
_data_buffer should always be allocated as cached. It became uncached
(when is_shared==true) by mistake as a result of a regression introduced
by this commit: d519e7e.
This restores the original cached allocation behaviour for _data_buffer.
Signed-off-by: Serhiy Katsyuba <[email protected]>1 parent 03044fc commit a86f371
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
| 363 | + | |
| 364 | + | |
364 | 365 | | |
365 | 366 | | |
366 | 367 | | |
| |||
0 commit comments