aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namei.c
diff options
context:
space:
mode:
authorMike Marshall <hubcap@omnibond.com>2015-11-30 11:11:59 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2015-12-06 21:17:18 -0500
commit57e3715cfa3fb01581555934d7191f8eabf740f4 (patch)
tree871f22ed9880b8843a4a019846b8b90df265fb8e /fs/namei.c
parentdfbf53ed548e838ab933d1a7072ffc38cba3bae8 (diff)
downloadkernel_replicant_linux-57e3715cfa3fb01581555934d7191f8eabf740f4.tar.gz
kernel_replicant_linux-57e3715cfa3fb01581555934d7191f8eabf740f4.tar.bz2
kernel_replicant_linux-57e3715cfa3fb01581555934d7191f8eabf740f4.zip
typo in fs/namei.c comment
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/namei.c')
-rw-r--r--fs/namei.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/namei.c b/fs/namei.c
index 0c3974cd3ecd..e818ed135df0 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