From: Masanari Iida <standby24x7@gmail.com>
To: linux-kernel@vger.kernel.org, jkosina@suse.cz,
Trond.Myklebust@netapp.com
Cc: linux-nfs@vger.kernel.org, Masanari Iida <standby24x7@gmail.com>
Subject: [PATCH] [Trivial]: nfs : Fix typo in dir.c
Date: Mon, 19 Dec 2011 23:17:03 +0900 [thread overview]
Message-ID: <1324304223-10047-1-git-send-email-standby24x7@gmail.com> (raw)
Fix typo "iff" -> "if" in dir.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
To: Jiri Kosina <jkosina@suse.cz>
To: Trond Myklebust <Trond.Myklebust@netapp.com>
To: linux-nfs@vger.kernel.org
---
fs/nfs/dir.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/nfs/dir.c b/fs/nfs/dir.c
index ac28990..ad32d4e 100644
--- a/fs/nfs/dir.c
+++ b/fs/nfs/dir.c
@@ -1127,7 +1127,7 @@ static int nfs_lookup_revalidate(struct dentry *dentry, struct nameidata *nd)
if (nfs_have_delegation(inode, FMODE_READ))
goto out_set_verifier;
- /* Force a full look up iff the parent directory has changed */
+ /* Force a full look up if the parent directory has changed */
if (!nfs_is_exclusive_create(dir, nd) && nfs_check_verifier(dir, dentry)) {
if (nfs_lookup_verify_inode(inode, nd))
goto out_zap_parent;
--
1.7.6.4
next reply other threads:[~2011-12-19 14:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-19 14:17 Masanari Iida [this message]
2011-12-19 14:21 ` Myklebust, Trond
2011-12-19 14:25 ` Al Viro
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1324304223-10047-1-git-send-email-standby24x7@gmail.com \
--to=standby24x7@gmail.com \
--cc=Trond.Myklebust@netapp.com \
--cc=jkosina@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-nfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®