diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2013-09-23 23:57:51 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2013-09-23 23:57:51 +0300 |
commit | 189a8d53fa68f0a630ce671fa2ddcccc15588441 (patch) | |
tree | f6ce7d0ee23a14d08df8d3a8f18030b69f00bebd /.gitignore | |
parent | e17adbb805c7363b8e6a18fe49d4269a94d4c8b8 (diff) | |
download | bindfs-189a8d53fa68f0a630ce671fa2ddcccc15588441.tar.gz |
Implement fuse_utimens instead of fuse_utime.
Fixes utime'ing symlinks.
Seems to also fix an attribute caching problem.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ Makefile src/bindfs tests/readdir_inode +tests/utimens_nofollow tests/*.log tests/internals/test_internals tests/internals/*.log |