From: Dave Kleikamp Date: Mon, 23 Mar 2015 21:06:26 +0000 (-0500) Subject: jfs: fix readdir regression X-Git-Tag: v3.2.69~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26e0023ac5718f42e14ad41f747d3f4956c80ef5;p=pandora-kernel.git jfs: fix readdir regression Upstream commit 44512449, "jfs: fix readdir cookie incompatibility with NFSv4", was backported incorrectly into the stable trees which used the filldir callback (rather than dir_emit). The position is being incorrectly passed to filldir for the . and .. entries. The still-maintained stable trees that need to be fixed are 3.2.y, 3.4.y and 3.10.y. https://bugzilla.kernel.org/show_bug.cgi?id=94741 Signed-off-by: Dave Kleikamp Cc: jfs-discussion@lists.sourceforge.net Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed