OSDN Git Service

Btrfs: Remove noneed force_write in scrub_write_block_to_dev_replace
authorZhao Lei <zhaolei@cn.fujitsu.com>
Tue, 20 Jan 2015 07:11:36 +0000 (15:11 +0800)
committerChris Mason <clm@fb.com>
Thu, 22 Jan 2015 02:06:48 +0000 (18:06 -0800)
commit114ab50d823c2cc7cf60658fdbdaaba413009921
treebb82e810c5874874bf5266e41078aac665d48064
parentb25c94c580c27bb6cff1e2f478746e77119215ad
Btrfs: Remove noneed force_write in scrub_write_block_to_dev_replace

It is always 1 in this place, because !1 case was already jumped
out in previous code.

Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/scrub.c