git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1449032
)
ext4: fix typo which broke '..' detection in ext4_find_entry()
author
Aaro Koskinen
<aaro.koskinen@nokia.com>
Wed, 15 Dec 2010 02:45:31 +0000
(21:45 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Wed, 15 Dec 2010 02:45:31 +0000
(21:45 -0500)
There should be a check for the NUL character instead of '0'.
Fortunately the only thing that cares about this is NFS serving, which
is why we didn't notice this in the merge window testing.
Reported-by: Phil Carmody <ext-phil.2.carmody@nokia.com>
Signed-off-by: Aaro Koskinen <aaro.koskinen@nokia.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found