From: Miklos Szeredi Date: Tue, 27 Sep 2016 08:45:13 +0000 (+0200) Subject: pipe: fix comment in pipe_buf_operations X-Git-Tag: v4.9-rc1~56^2~3 X-Git-Url: http://git.cascardo.info/?p=cascardo%2Flinux.git;a=commitdiff_plain;h=a949e63992469fed87aef197347960ced31701b8;hp=ca76f5b6bdbdc50af0d7b98cfcf7a2be7e95eb3d pipe: fix comment in pipe_buf_operations Map and unmap ops no longer exist. Signed-off-by: Miklos Szeredi Signed-off-by: Al Viro --- diff --git a/include/linux/pipe_fs_i.h b/include/linux/pipe_fs_i.h index bddccf0159bb..e7497c9dde7f 100644 --- a/include/linux/pipe_fs_i.h +++ b/include/linux/pipe_fs_i.h @@ -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 { /*