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:
801d9d2
)
qnx6: qnx6_readdir() has a braino in pos calculation
author
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 17 May 2013 19:21:56 +0000
(15:21 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 31 May 2013 19:17:31 +0000
(15:17 -0400)
We want to mask lower 5 bits out, not leave only those and clear the
rest... As it is, we end up always starting to read from the beginning
of directory, no matter what the current position had been.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found