projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b02fa5
)
vfs: fix typo in comment in recent dentry work
author
Linus Torvalds
<torvalds@linux-foundation.org>
Sun, 15 Sep 2013 11:11:01 +0000
(07:11 -0400)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sun, 15 Sep 2013 11:11:01 +0000
(07:11 -0400)
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>
fs/dcache.c
patch
|
blob
|
history
diff --git
a/fs/dcache.c
b/fs/dcache.c
index 62538e705c9b11eb7def3082beaf0ca6bba53418..41000305d716ea51c47ed52ddb5abe024045e958 100644
(file)
--- 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
- *
RL
U accounting.
+ *
LR
U accounting.
*/
d_lru_del(dentry);
d_shrink_add(dentry, &data->dispose);