From 26e0023ac5718f42e14ad41f747d3f4956c80ef5 Mon Sep 17 00:00:00 2001 From: Dave Kleikamp Date: Mon, 23 Mar 2015 16:06:26 -0500 Subject: [PATCH] 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-format-patch failed