Skip to content

Commit

Permalink
trivial select_parent documentation fix
Browse files Browse the repository at this point in the history
"Search list for X" sounds like you're trying to find X on a list.

Signed-off-by: J. Bruce Fields <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
bfields authored and torvalds committed Sep 27, 2012
1 parent 5e19997 commit fd51790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/dcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd51790

Please sign in to comment.