btrfs-progs: Remove unneeded assert in find_good_parent().
authorQu Wenruo <quwenruo@cn.fujitsu.com>
Mon, 12 May 2014 01:39:42 +0000 (09:39 +0800)
committerDavid Sterba <dsterba@suse.cz>
Fri, 22 Aug 2014 12:39:31 +0000 (14:39 +0200)
commit95586648c0c5c32a2e0d0dfd1120c1c72ccb5417
treeb8ec97fd467a0741ec25039b67ee80fa13880c42
parent7e47c6d32933cc68aadb9a00072fe24500c6d5e5
btrfs-progs: Remove unneeded assert in find_good_parent().

find_good_parent() uses assert to deal with the problem that clone
source's parent can't be found.
But in fact the assert is somewhat overkilled since subvol_uuid_search()
has enough error messages for debug and caller of find_good_parent() can
handle the problems in find_good_parent(), so the assert can be removed
without any problem.

Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
cmds-send.c