Btrfs: move the R/O check out of btrfs_clean_one_deleted_snapshot()
authorMiao Xie <miaox@cn.fujitsu.com>
Tue, 14 May 2013 10:20:42 +0000 (10:20 +0000)
committerJosef Bacik <jbacik@fusionio.com>
Fri, 14 Jun 2013 15:29:34 +0000 (11:29 -0400)
commitdc7f370c05dd024697d4d6c68f91fd04fe8fad1e
tree317b8c9e56af3b1e91bceee326883a63b47ddc6b
parent05323cd13503937e71d5c6ef2debf69e51a9634f
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>
fs/btrfs/disk-io.c
fs/btrfs/transaction.c