summaryrefslogtreecommitdiff
path: root/fs/dcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/dcache.c')
-rw-r--r--fs/dcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dcache.c b/fs/dcache.c
index 62538e705c9b..41000305d716 100644
--- a/fs/dcache.c
+++ b/fs/dcache.c
@@ -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);