btrfs-progs: Remove cleanup-timer code for btrfs-convert
authorZhao Lei <zhaolei@cn.fujitsu.com>
Mon, 27 Jul 2015 12:24:28 +0000 (20:24 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 31 Aug 2015 17:25:10 +0000 (19:25 +0200)
commit867352bad9ecb6a08afe2668aeeacbd626400d4c
tree6e935c583a0e18e53c0538e2713ef277849ec8c9
parentc3b69e59fc4e165bdabea130905e9b9525dfaeba
btrfs-progs: Remove cleanup-timer code for btrfs-convert

No need to close timer handle afain in subthread-close-callback,
it is closed by task_stop() automatically.

This patch also add a fflush() to make log output on time.

Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.com>
btrfs-convert.c