Skip to content

Commit a949e63

Browse files
Miklos SzerediAl Viro
Miklos Szeredi
authored and
Al Viro
committed
pipe: fix comment in pipe_buf_operations
Map and unmap ops no longer exist. Signed-off-by: Miklos Szeredi <[email protected]> Signed-off-by: Al Viro <[email protected]>
1 parent ca76f5b commit a949e63

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

include/linux/pipe_fs_i.h

+3-8
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,10 @@ struct pipe_inode_info {
6666
*
6767
* ->confirm()
6868
* ->steal()
69-
* ...
70-
* ->map()
71-
* ...
72-
* ->unmap()
7369
*
74-
* That is, ->map() must be called on a confirmed buffer,
75-
* same goes for ->steal(). See below for the meaning of each
76-
* operation. Also see kerneldoc in fs/pipe.c for the pipe
77-
* and generic variants of these hooks.
70+
* That is, ->steal() must be called on a confirmed buffer.
71+
* See below for the meaning of each operation. Also see kerneldoc
72+
* in fs/pipe.c for the pipe and generic variants of these hooks.
7873
*/
7974
struct pipe_buf_operations {
8075
/*

0 commit comments

Comments
 (0)