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 <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
/*
* 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);