Btrfs-prog/send: fix wrong dump_fd check in cmd_send_start()
authorChen Yang <chenyang.fnst@cn.fujitsu.com>
Thu, 31 Jan 2013 08:21:24 +0000 (16:21 +0800)
committerDavid Sterba <dsterba@suse.cz>
Thu, 31 Jan 2013 18:17:06 +0000 (19:17 +0100)
commit73355a60aab71a0b7a986b105d74d98d4f592e61
treec8bc67faf57bdd53e8209e01488723e7498c02fa
parent04af04e64f6da2462e89053898e952ed5849d3ac
Btrfs-prog/send: fix wrong dump_fd check in cmd_send_start()

In cmd_send_start(), there is a check to make sure dump_fd is not a tty
before parsing command options. So if we use the option "-f file",
it doesn't work for the dump_fd has not been created. So fix it.

Signed-off-by: Cheng Yang <chenyang.fnst@cn.fujitsu.com>
cmds-send.c