Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[deliverable/linux.git] / fs / dcache.c
index 62538e705c9b11eb7def3082beaf0ca6bba53418..41000305d716ea51c47ed52ddb5abe024045e958 100644 (file)
@@ -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);
This page took 0.027299 seconds and 5 git commands to generate.