Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information