mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-01 08:04:22 +08:00
typo in fs/namei.c comment
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
dfbf53ed54
commit
57e3715cfa
@ -657,7 +657,7 @@ static bool legitimize_links(struct nameidata *nd)
|
|||||||
* Path walking has 2 modes, rcu-walk and ref-walk (see
|
* Path walking has 2 modes, rcu-walk and ref-walk (see
|
||||||
* Documentation/filesystems/path-lookup.txt). In situations when we can't
|
* 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
|
* 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
|
* 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
|
* 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
|
* (eg. a seqcount has changed), then failure is returned and it's up to caller
|
||||||
|
Loading…
Reference in New Issue
Block a user