]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
vfs: fix typo in comment in recent dentry work
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 Sep 2013 11:11:01 +0000 (07:11 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 Sep 2013 11:11:01 +0000 (07:11 -0400)
commit05a8252bdefe9f2a8931c720afe6200671d631a6
tree89156319f026e7023bc0a711a754d408ddbf9bec
parent6b02fa59a7cf34c548eedee657b07ea6c54d3894
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>
fs/dcache.c