Commit fd517909 authored by J. Bruce Fields's avatar J. Bruce Fields Committed by Linus Torvalds

trivial select_parent documentation fix

"Search list for X" sounds like you're trying to find X on a list.
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 5e19997a
......@@ -1141,7 +1141,7 @@ int have_submounts(struct dentry *parent)
EXPORT_SYMBOL(have_submounts);
/*
* Search the dentry child list for the specified parent,
* Search the dentry child list of the specified parent,
* and move any unused dentries to the end of the unused
* list for prune_dcache(). We descend to the next level
* whenever the d_subdirs list is non-empty and continue
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment