1
0
Fork 0

trivial select_parent documentation fix

"Search list for X" sounds like you're trying to find X on a list.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
hifive-unleashed-5.1
J. Bruce Fields 2012-09-18 16:35:51 -04:00 committed by Linus Torvalds
parent 5e19997a74
commit fd51790949
1 changed files with 1 additions and 1 deletions

View File

@ -1141,7 +1141,7 @@ rename_retry:
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