diff options
author | J. Bruce Fields <bfields@fieldses.org> | 2012-09-18 16:35:51 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-09-27 18:43:08 -0400 |
commit | fd51790949edbbd17633689d4e19fe26d8447764 (patch) | |
tree | 641e68abe256738955dd942a7cca111a589c86eb /fs/dcache.c | |
parent | 5e19997a742c7c8203be628a7a69babc3bcf01a4 (diff) |
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>
Diffstat (limited to 'fs/dcache.c')
-rw-r--r-- | fs/dcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dcache.c b/fs/dcache.c index 16521a9f2038..0364af2311f4 100644 --- a/fs/dcache.c +++ b/fs/dcache.c | |||
@@ -1141,7 +1141,7 @@ rename_retry: | |||
1141 | EXPORT_SYMBOL(have_submounts); | 1141 | EXPORT_SYMBOL(have_submounts); |
1142 | 1142 | ||
1143 | /* | 1143 | /* |
1144 | * Search the dentry child list for the specified parent, | 1144 | * Search the dentry child list of the specified parent, |
1145 | * and move any unused dentries to the end of the unused | 1145 | * and move any unused dentries to the end of the unused |
1146 | * list for prune_dcache(). We descend to the next level | 1146 | * list for prune_dcache(). We descend to the next level |
1147 | * whenever the d_subdirs list is non-empty and continue | 1147 | * whenever the d_subdirs list is non-empty and continue |