From patchwork Thu Dec 12 18:09:00 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Toralf_F=C3=B6rster?= X-Patchwork-Id: 3333611 Return-Path: X-Original-To: patchwork-linux-nfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 407EB9F2A9 for ; Thu, 12 Dec 2013 18:09:06 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2B03D207CA for ; Thu, 12 Dec 2013 18:09:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 898D0207C6 for ; Thu, 12 Dec 2013 18:09:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751519Ab3LLSJC (ORCPT ); Thu, 12 Dec 2013 13:09:02 -0500 Received: from mout.gmx.net ([212.227.15.15]:59460 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750840Ab3LLSJB (ORCPT ); Thu, 12 Dec 2013 13:09:01 -0500 Received: from n22.fritz.box ([85.177.144.142]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0MUpI8-1W397f2UCi-00YBdC for ; Thu, 12 Dec 2013 19:08:59 +0100 From: =?UTF-8?q?Toralf=20F=C3=B6rster?= To: linux-nfs@vger.kernel.org Cc: toralf.foerster@gmx.de Subject: [PATCH] point to the right include file in a comment (left over from a9004abc3) Date: Thu, 12 Dec 2013 19:09:00 +0100 Message-Id: <1386871740-7253-1-git-send-email-toralf.foerster@gmx.de> X-Mailer: git-send-email 1.8.3.2 MIME-Version: 1.0 X-Provags-ID: V03:K0:VL5KnB6aCkZqenjN61wB0uj8MfNS+Bxbx1SR5ch/lp4Pf3OqUSW wUd/iGTc4en6GL1fcyNk4F5j4wEHE8Wrg9iL4yQrP1Bv2+hGxxON8SqmvOgeAvon14dlUVN LAHhs6lCJqsZsm1Yl7H+pkeBrZTxyqhyM6JHYTgF1o1/uBPucv2oj5JJQGh5AjJx9onmCLJ 9pXjw1m5GuZIE3lebhCLg== Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Toralf Förster --- fs/nfs/nfs4state.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/nfs/nfs4state.c b/fs/nfs/nfs4state.c index 059c01b..e5be725 100644 --- a/fs/nfs/nfs4state.c +++ b/fs/nfs/nfs4state.c @@ -1071,7 +1071,7 @@ void nfs_free_seqid(struct nfs_seqid *seqid) /* * Increment the seqid if the OPEN/OPEN_DOWNGRADE/CLOSE succeeded, or * failed with a seqid incrementing error - - * see comments nfs_fs.h:seqid_mutating_error() + * see comments nfs4.h:seqid_mutating_error() */ static void nfs_increment_seqid(int status, struct nfs_seqid *seqid) { @@ -1116,7 +1116,7 @@ void nfs_increment_open_seqid(int status, struct nfs_seqid *seqid) /* * Increment the seqid if the LOCK/LOCKU succeeded, or * failed with a seqid incrementing error - - * see comments nfs_fs.h:seqid_mutating_error() + * see comments nfs4.h:seqid_mutating_error() */ void nfs_increment_lock_seqid(int status, struct nfs_seqid *seqid) {