From patchwork Wed Sep 14 08:37:10 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Miklos Szeredi X-Patchwork-Id: 9330883 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E5AC46077F for ; Wed, 14 Sep 2016 08:38:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D849C29B61 for ; Wed, 14 Sep 2016 08:38:14 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id CD11A29B67; Wed, 14 Sep 2016 08:38:14 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.4 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_SPAM autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 757EC29B61 for ; Wed, 14 Sep 2016 08:38:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761323AbcINIhi (ORCPT ); Wed, 14 Sep 2016 04:37:38 -0400 Received: from mail-wm0-f46.google.com ([74.125.82.46]:36887 "EHLO mail-wm0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760953AbcINIh1 (ORCPT ); Wed, 14 Sep 2016 04:37:27 -0400 Received: by mail-wm0-f46.google.com with SMTP id c131so16226833wmh.0 for ; Wed, 14 Sep 2016 01:37:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=7BbVsgVyvvoA4imdttPmMATD1P1RFiNNpb0Srg7W9mA=; b=IkY1UIHNlAF821I19nSZpzKOEwybokB7igfMr++YlxE64Lj5XK1Cnu+st0q4egvXqi rg+yk1VBvspUIbDrfY0ua9ksqOoOyTryTa8yDm+Z+0C4VeLkjdHubYysFTQd4lKnjWYU h3tyYw+/a7nkI9DrTjBQ0SDebX9JmZXQsHrrrcWw5lBVbb+YOz38RfQhTFWyjnBA5MOC 8bO+gsML+Eg4ey8UvvHAgRbs2pef8rqT4imvZbVAihUCfP15+dfTg8a86voue6RxqlK8 klaD+HO139FvB8FhyXhz7Ry+PZLl1+BcZqTIGpY0pSjUIOuo40mzgsYMVu7ZLy8hKoqW s/Lw== X-Gm-Message-State: AE9vXwP2638DeT2NkLn3PFzOtkBLyU5naeOotHDblTHn/EHHq1dxIJpJJ2uFPLmOApL9HfHf X-Received: by 10.194.123.35 with SMTP id lx3mr1543204wjb.126.1473842245376; Wed, 14 Sep 2016 01:37:25 -0700 (PDT) Received: from veci.piliscsaba.szeredi.hu (pool-dsl-2c-0018.externet.hu. [217.173.44.24]) by smtp.gmail.com with ESMTPSA id g184sm9533889wme.15.2016.09.14.01.37.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 Sep 2016 01:37:24 -0700 (PDT) From: Miklos Szeredi To: linux-fsdevel@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Al Viro Subject: [PATCH 05/11] pipe: fix comment in pipe_buf_operations Date: Wed, 14 Sep 2016 10:37:10 +0200 Message-Id: <1473842236-28655-6-git-send-email-mszeredi@redhat.com> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1473842236-28655-1-git-send-email-mszeredi@redhat.com> References: <1473842236-28655-1-git-send-email-mszeredi@redhat.com> Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Map and unmap ops no longer exist. Signed-off-by: Miklos Szeredi --- include/linux/pipe_fs_i.h | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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 { /*