On Sat, Jun 02, 2018 at 11:26:11PM +0300, Yevgeny Popovych wrote: > When traverse_directory() encounters an inode item that already exists > and has a normal amount of hardlinks - it just continues with a next one, > w/o clearing the ret value (set to -EEXIST). > > But, if the last file traverse_directory() processes already has an > inode item - traverse_directory() will silently exit with a > bad return code, causing the prints like the following: > > unable to traverse directory initial-directory: 1 > error wihle filling filesystem: 1 > > Fix this by clearing ret value before continuing with a next file. > > Signed-off-by: Yevgeny Popovych <yevgenyp@xxxxxxxxxxxxx> Thanks, there was a fix for that in pull request 124 and is in the devel branch already. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
