We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca76f5b commit a949e63Copy full SHA for a949e63
include/linux/pipe_fs_i.h
@@ -66,15 +66,10 @@ struct pipe_inode_info {
66
*
67
* ->confirm()
68
* ->steal()
69
- * ...
70
- * ->map()
71
72
- * ->unmap()
73
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.
+ * That is, ->steal() must be called on a confirmed buffer.
+ * See below for the meaning of each operation. Also see kerneldoc
+ * in fs/pipe.c for the pipe and generic variants of these hooks.
78
*/
79
struct pipe_buf_operations {
80
/*
0 commit comments