btrfs-progs: remove identical branch in record_extent()
authorEryu Guan <guaneryu@gmail.com>
Mon, 19 Oct 2015 11:37:58 +0000 (19:37 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 2 Nov 2015 08:35:02 +0000 (09:35 +0100)
commitae71f1cf53eea91e480dc5f7c9e13338a7e1205c
tree16fb1cc01bb263f8344bbfe139ed7308856dffac
parent140592187b37dafba98dc55e71c429c56d6e60b8
btrfs-progs: remove identical branch in record_extent()

The same code is executed when the condition "ret" is true or false,
because the code in the if-then branch and after the if statement is
identical.

Signed-off-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: David Sterba <dsterba@suse.com>
cmds-check.c