This repository was archived by the owner on Apr 8, 2019. It is now read-only.

Description
I made a directory /tmp/x with subdirectories /tmp/x/a and /tmp/x/b, which in turn contained simple index files. Then I issued a following command:
$ tagfs /tmp/x -i /tmp/x
And it hung. I couldn't terminate it even with killall -9 tagfs. Then I tried to rmmod -f fuse, and it worked. But few minutes later system hung completely.
I didn't investigate problem deeper yet.