commit | b9ba017fb0771f67903d70f57908899d7b0020b1 | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Wed Jul 22 11:09:25 2020 +0300 |
committer | David Sterba <dsterba@suse.com> | Wed Oct 07 12:12:15 2020 +0200 |
tree | a022f6b31a97dae8caa645d554f2812e85f09133 | |
parent | 4ae312e9728fe568ce0d863421c399ec829d6df9 [diff] |
btrfs: don't opencode sync_blockdev in btrfs_init_new_device Instead of opencoding filemap_write_and_wait simply call syncblockdev as it makes it abundantly clear what's going on and why this is used. No semantics changes. Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Reviewed-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>