diff mbox

typo in fs/namei.c comment?

Message ID CAOg9mSQ-qFVZJQ4gc6mMMTEb+kA4NqLH3S4Y5mhG2Kn2A5NmBg@mail.gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Mike Marshall Nov. 30, 2015, 4:11 p.m. UTC
I've been reading a lot of stuff while trying to build some proper
documentation for Orangefs, and maybe stumbled over a typo
in fs/namei.c...

$ git diff namei.c

-Mike
--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/fs/namei.c b/fs/namei.c
index d84d7c7..d4e840e 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -657,7 +657,7 @@  static bool legitimize_links(struct nameidata *nd)
  * Path walking has 2 modes, rcu-walk and ref-walk (see
  * Documentation/filesystems/path-lookup.txt).  In situations when we can't
  * continue in RCU mode, we attempt to drop out of rcu-walk mode and grab
- * normal reference counts on dentries and vfsmounts to transition to rcu-walk
+ * normal reference counts on dentries and vfsmounts to transition to ref-walk
  * mode.  Refcounts are grabbed at the last known good point before rcu-walk
  * got stuck, so ref-walk may continue from there. If this is not successful
  * (eg. a seqcount has changed), then failure is returned and it's up to caller