summaryrefslogtreecommitdiff
path: root/TODO
blob: 792be23fe9053ce204e6576ad27210b22804bbd7 (plain)
1
2
3
4
5
6
7
TODO/possible optimizations
===========================

* forget inode in to_link if link count is 1 before linking (might cause data
  loss if inode is reallocted to a file inside the tree(s) being scanned)
* more debug output when attributes mismatch in handle_file()
* perhaps use hash_map, hash_multimap for better performance?