Skip to content

Commit

Permalink
vfs: fix typo in comment in recent dentry work
Browse files Browse the repository at this point in the history
Sedat points out that I transposed some letters in "LRU" and wrote "RLU"
instead in one of the new comments explaining the flow.  Let's just fix
it.

Reported-by: Sedat Dilek <sedat.dilek@jpberlin.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Linus Torvalds committed Sep 15, 2013
1 parent 6b02fa5 commit 05a8252
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 @@ -1435,7 +1435,7 @@ static enum d_walk_ret select_collect(void *_data, struct dentry *dentry)
/*
* We can't use d_lru_shrink_move() because we
* need to get the global LRU lock and do the
* RLU accounting.
* LRU accounting.
*/
d_lru_del(dentry);
d_shrink_add(dentry, &data->dispose);
Expand Down

0 comments on commit 05a8252

Please sign in to comment.