commit | dc7f370c05dd024697d4d6c68f91fd04fe8fad1e | [log] [tgz] |
---|---|---|
author | Miao Xie <miaox@cn.fujitsu.com> | Tue May 14 10:20:42 2013 +0000 |
committer | Josef Bacik <jbacik@fusionio.com> | Fri Jun 14 11:29:34 2013 -0400 |
tree | 317b8c9e56af3b1e91bceee326883a63b47ddc6b | |
parent | 05323cd13503937e71d5c6ef2debf69e51a9634f [diff] |
Btrfs: move the R/O check out of btrfs_clean_one_deleted_snapshot() If the fs is remounted to be R/O, it is unnecessary to call btrfs_clean_one_deleted_snapshot(), so move the R/O check out of this function. And besides that, it can make the check logic in the caller more clear. Cc: David Sterba <dsterba@suse.cz> Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com>