浏览代码

pipe: fix comment in pipe_buf_operations

Map and unmap ops no longer exist.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Miklos Szeredi 8 年之前
父节点
当前提交
a949e63992
共有 1 个文件被更改,包括 3 次插入8 次删除
  1. 3 8
      include/linux/pipe_fs_i.h

+ 3 - 8
include/linux/pipe_fs_i.h

@@ -66,15 +66,10 @@ struct pipe_inode_info {
  *
  *
  * ->confirm()
  * ->confirm()
  *	->steal()
  *	->steal()
- *	...
- *	->map()
- *	...
- *	->unmap()
  *
  *
- * That is, ->map() must be called on a confirmed buffer,
- * same goes for ->steal(). See below for the meaning of each
- * operation. Also see kerneldoc in fs/pipe.c for the pipe
- * 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.
  */
  */
 struct pipe_buf_operations {
 struct pipe_buf_operations {
 	/*
 	/*