commit | babbf170c781f24095336c82ebf18ad272ddb773 | [log] [tgz] |
---|---|---|
author | Miao Xie <miaox@cn.fujitsu.com> | Tue May 14 10:20:43 2013 +0000 |
committer | Josef Bacik <jbacik@fusionio.com> | Fri Jun 14 11:29:36 2013 -0400 |
tree | cc18313731030bc2f314d103aaf81aa599b1cb17 | |
parent | dc7f370c05dd024697d4d6c68f91fd04fe8fad1e [diff] |
Btrfs: make the snap/subv deletion end more early when the fs is R/O The snapshot/subvolume deletion might spend lots of time, it would make the remount task wait for a long time. This patch improve this problem, we will break the deletion if the fs is remounted to be R/O. It will make the users happy. Cc: David Sterba <dsterba@suse.cz> Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com>