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-30 14:30:29 +0100 |
commit | 7349d7a5f4c305f5ba350858cc810ab79ca81bb4 (patch) | |
tree | 90a1c8258a331f15d02527892a4922cd62b2a333 /TODO | |
parent | f52b13a15df60b02e10f88b656192a2db5077706 (diff) | |
download | hadori-7349d7a5f4c305f5ba350858cc810ab79ca81bb4.tar.gz |
forget/dont't memorize inode in to_link if st_nlink == 1
Might have caused data loss if inode number is reallocted to a file inside
the tree(s) being scanned.
Also saves a little bit of memory.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,7 +1,5 @@ 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? |