diff options
author | Timo Weingärtner <timo@tiwe.de> | 2011-11-28 01:11:16 +0100 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2011-11-28 01:12:29 +0100 |
commit | f52b13a15df60b02e10f88b656192a2db5077706 (patch) | |
tree | 8ffeaece7334419850cf48a79407037ada7ab238 /TODO | |
parent | 148e9eab1109789916a7b55ece957156a57ee4cf (diff) | |
download | hadori-f52b13a15df60b02e10f88b656192a2db5077706.tar.gz |
TODO update
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ TODO/possible optimizations =========================== -* forget inode in to_link if link count is 1 before linking +* 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? |