Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> 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
Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> 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