btrfs-progs: Add initialztion of rec->crossing_stripes
authorZhao Lei <zhaolei@cn.fujitsu.com>
Fri, 21 Aug 2015 13:07:43 +0000 (21:07 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 31 Aug 2015 17:25:12 +0000 (19:25 +0200)
commit7fc612e6caa4799070f621e8d45eeac4d0a2da96
treef74a31b6a1e07af87937d07e5a45a91ffa9a42a0
parentae60507e59a1cad43303a0f9e1b72ef4e5bb1e72
btrfs-progs: Add initialztion of rec->crossing_stripes

rec->crossing_stripes is not initialized in allocate place,
and have possibility causing wrong report for normal tree block.

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