commit | 01e7187b41191376cee8bea8de9f907b001e87b4 | [log] [tgz] |
---|---|---|
author | Jann Horn <jannh@google.com> | Wed Jan 23 15:19:18 2019 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Feb 01 02:01:45 2019 -0500 |
tree | 024b8f4afcf6bb85a5daafc475c47187b40435d3 | |
parent | a0ce2f0aa6ad97c3d4927bf2ca54bcebdf062d55 [diff] |
pipe: stop using ->can_merge Al Viro pointed out that since there is only one pipe buffer type to which new data can be appended, it isn't necessary to have a ->can_merge field in struct pipe_buf_operations, we can just check for a magic type. Suggested-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Jann Horn <jannh@google.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>