Commit a949e639 authored by Miklos Szeredi's avatar Miklos Szeredi Committed by Al Viro

pipe: fix comment in pipe_buf_operations

Map and unmap ops no longer exist.
Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent ca76f5b6
...@@ -66,15 +66,10 @@ struct pipe_inode_info { ...@@ -66,15 +66,10 @@ struct pipe_inode_info {
* *
* ->confirm() * ->confirm()
* ->steal() * ->steal()
* ...
* ->map()
* ...
* ->unmap()
* *
* That is, ->map() must be called on a confirmed buffer, * That is, ->steal() must be called on a confirmed buffer.
* same goes for ->steal(). See below for the meaning of each * See below for the meaning of each operation. Also see kerneldoc
* operation. Also see kerneldoc in fs/pipe.c for the pipe * in fs/pipe.c for the pipe and generic variants of these hooks.
* and generic variants of these hooks.
*/ */
struct pipe_buf_operations { struct pipe_buf_operations {
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment