diff options
Diffstat (limited to 'Documentation/filesystems/vfs.txt')
-rw-r--r-- | Documentation/filesystems/vfs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/vfs.txt b/Documentation/filesystems/vfs.txt index 3d9393b845b8..e916e3d36488 100644 --- a/Documentation/filesystems/vfs.txt +++ b/Documentation/filesystems/vfs.txt | |||
@@ -993,7 +993,7 @@ struct dentry_operations { | |||
993 | 993 | ||
994 | If the 'rcu_walk' parameter is true, then the caller is doing a | 994 | If the 'rcu_walk' parameter is true, then the caller is doing a |
995 | pathwalk in RCU-walk mode. Sleeping is not permitted in this mode, | 995 | pathwalk in RCU-walk mode. Sleeping is not permitted in this mode, |
996 | and the caller can be asked to leave it and call again by returing | 996 | and the caller can be asked to leave it and call again by returning |
997 | -ECHILD. | 997 | -ECHILD. |
998 | 998 | ||
999 | This function is only used if DCACHE_MANAGE_TRANSIT is set on the | 999 | This function is only used if DCACHE_MANAGE_TRANSIT is set on the |