commit | 1d7095c72d35eee4ebc28e66563e636b9adafeb2 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri May 17 15:21:56 2013 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri May 31 15:17:31 2013 -0400 |
tree | 9af1a639bd7a26c7c4d77506eef615153fef2a79 | |
parent | 801d9d26bfd6e88e9cf0efbb30b649d1bdc15dcf [diff] |
qnx6: qnx6_readdir() has a braino in pos calculation 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>