lkml.org 
[lkml]   [2019]   [Oct]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length [ver #2]
Date
Linus Torvalds <torvalds@linux-foundation.org> wrote:

> It's shorter and more obvious to just write
>
> pipe->head = head;
>
> than it is to write
>
> pipe_commit_write(pipe, head);

But easier to find the latter. But whatever.

David

\
 
 \ /
  Last update: 2019-10-31 15:58    [W:0.501 / U:0.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site