Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

vfs: fix typo in comment in recent dentry work

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>

+1 -1
+1 -1
fs/dcache.c
··· 1435 1435 /* 1436 1436 * We can't use d_lru_shrink_move() because we 1437 1437 * need to get the global LRU lock and do the 1438 - * RLU accounting. 1438 + * LRU accounting. 1439 1439 */ 1440 1440 d_lru_del(dentry); 1441 1441 d_shrink_add(dentry, &data->dispose);