Btrfs-progs: fix btrfsck improper prompt on dropping snapshots
authorGui Hecheng <guihc.fnst@cn.fujitsu.com>
Thu, 17 Oct 2013 06:25:29 +0000 (14:25 +0800)
committerChris Mason <clm@fb.com>
Fri, 31 Jan 2014 16:21:56 +0000 (08:21 -0800)
commit1cf9af229461d8b2349f1c02f78f6791ccb3368a
treecc9f1d104b7951f3ca798c8ca07413d7cf9b37ac
parent8cae1840afb3ea44dcc298f32983e577480dfee4
Btrfs-progs: fix btrfsck improper prompt on dropping snapshots

Exec btrfsck on btrfs with snapshots that are under a dropping
progress will cause prompt on "ref mismatch".
However we do not want this kind of prompt, since an remount
operation will continue the dropping progress.
Here the prompt is nonsense.

Signed-off-by: Gui Hecheng <guihc.fnst@cn.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <clm@fb.com>
cmds-check.c