From: Al Viro Date: Fri, 17 May 2013 19:21:56 +0000 (-0400) Subject: qnx6: qnx6_readdir() has a braino in pos calculation X-Git-Tag: v3.10-rc4~6^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d7095c72d35eee4ebc28e66563e636b9adafeb2;p=pandora-kernel.git 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 --- Reading git-diff-tree failed