aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/vfs.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/vfs.txt b/Documentation/filesystems/vfs.txt
index 5579bda58a6d..041cb771d505 100644
--- a/Documentation/filesystems/vfs.txt
+++ b/Documentation/filesystems/vfs.txt
@@ -931,7 +931,7 @@ manipulate dentries:
931 d_lookup: look up a dentry given its parent and path name component 931 d_lookup: look up a dentry given its parent and path name component
932 It looks up the child of that given name from the dcache 932 It looks up the child of that given name from the dcache
933 hash table. If it is found, the reference count is incremented 933 hash table. If it is found, the reference count is incremented
934 and the dentry is returned. The caller must use d_put() 934 and the dentry is returned. The caller must use dput()
935 to free the dentry when it finishes using it. 935 to free the dentry when it finishes using it.
936 936
937For further information on dentry locking, please refer to the document 937For further information on dentry locking, please refer to the document