aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2016-10-15 01:44:45 +0100
committerMartin Pärtel <martin.partel@gmail.com>2016-10-15 01:44:45 +0100
commit9b37e64eb3e625535a1a20f315d7932f2e74b399 (patch)
treeec9792c2b77478442b18a969043c9967f1be90c8 /.gitignore
parent3285e0aee6ea92da2eef119cb66c54cf74c255dc (diff)
downloadbindfs-9b37e64eb3e625535a1a20f315d7932f2e74b399.tar.gz
Fix #41 (seeking in directory).
Since version 1.31.1, bindfs has implemented readdir by always reading the entire directory and passing 0 offset to filler, but this does not work if the same directory pointer is rewound and reused. We remove the opendir and closedir implementations (which FUSE permits) and now always opendir() and closedir() in readdir. Alternatively we could have added a rewinddir() to our readdir.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c7ff7e0..76cad8c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,6 +36,7 @@ Makefile
src/bindfs
tests/fcntl_locker
tests/readdir_inode
+tests/test_dir_rewind
tests/utimens_nofollow
tests/*.log
tests/*.trs