We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52dba64 commit 30476f7Copy full SHA for 30476f7
fs/namei.c
@@ -790,7 +790,7 @@ static bool try_to_unlazy(struct nameidata *nd)
790
* @seq: seq number to check @dentry against
791
* Returns: true on success, false on failure
792
*
793
- * Similar to to try_to_unlazy(), but here we have the next dentry already
+ * Similar to try_to_unlazy(), but here we have the next dentry already
794
* picked by rcu-walk and want to legitimize that in addition to the current
795
* nd->path and nd->root for ref-walk mode. Must be called from rcu-walk context.
796
* Nothing should touch nameidata between try_to_unlazy_next() failure and
0 commit comments