commit | 2073c4c2e51a9343af10862ba478e7a67d6caf04 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Fri Mar 31 17:12:51 2017 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Aug 21 17:47:42 2017 +0200 |
tree | b75e68bedddae6214a5b664b9f129f237049b6f9 | |
parent | d7d824966530acfe32b94d1ed672e6fe1638cd68 [diff] |
btrfs: scrub: use bool for flush_all_writes flush_all_writes is an atomic but does not use the semantics at all, it's just on/off indicator, we can use bool. Signed-off-by: David Sterba <dsterba@suse.com>