]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: scrub: use bool for flush_all_writes
authorDavid Sterba <dsterba@suse.com>
Fri, 31 Mar 2017 15:12:51 +0000 (17:12 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 21 Aug 2017 15:47:42 +0000 (17:47 +0200)
commit79b02feee303a5cbf81251e0bf0d5cc0c281f9d9
treeb75e68bedddae6214a5b664b9f129f237049b6f9
parentfdcc51bb9d646cd64d9ed7f44fa60d64f7942be5
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>
fs/btrfs/scrub.c