|
@@ -931,7 +931,7 @@ manipulate dentries:
|
|
d_lookup: look up a dentry given its parent and path name component
|
|
d_lookup: look up a dentry given its parent and path name component
|
|
It looks up the child of that given name from the dcache
|
|
It looks up the child of that given name from the dcache
|
|
hash table. If it is found, the reference count is incremented
|
|
hash table. If it is found, the reference count is incremented
|
|
- and the dentry is returned. The caller must use d_put()
|
|
|
|
|
|
+ and the dentry is returned. The caller must use dput()
|
|
to free the dentry when it finishes using it.
|
|
to free the dentry when it finishes using it.
|
|
|
|
|
|
For further information on dentry locking, please refer to the document
|
|
For further information on dentry locking, please refer to the document
|