pipe: fix comment in pipe_buf_operations
authorMiklos Szeredi <mszeredi@redhat.com>
Tue, 27 Sep 2016 08:45:13 +0000 (10:45 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 5 Oct 2016 22:24:00 +0000 (18:24 -0400)
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>
include/linux/pipe_fs_i.h

index bddccf0..e7497c9 100644 (file)
@@ -66,15 +66,10 @@ struct pipe_inode_info {
  *
  * ->confirm()
  *     ->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 {
        /*