Linus Torvalds <torvalds at 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