From 34613778405fc9bd7bc4f95ba5c048a599555f2b Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Sun, 25 Sep 2016 19:29:26 +0100 Subject: Remove seekdir() call from bindfs_readdir(). A regression was introduced in bindfs 1.13.1 with the fix (or rather, workaround) for #28. FUSE's contract for readdir says that if `filler` is passed a zero offset then the readdir implementation should ignore the offset parameter, but we didn't. Fixes #39. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 31ca9bf..c1296bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-09-25 Martin Pärtel + + * Fix bug in readdir() introduced with 1.13.1. This fixes a bug when + a bindfs mount is exported over NFS (issue #39). + 2016-07-31 Martin Pärtel * Added --enable-ioctl to address issue #37. -- cgit v1.2.3