Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+3 −8
Original line number Diff line number Diff line
@@ -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 {
	/*