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)
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

Simple merge
Simple merge