commit | 6aa21263e3a0594c2bd37eac784a0259e47dabbd | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Wed Oct 04 17:07:07 2017 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Oct 30 12:28:00 2017 +0100 |
tree | 7de254b3e5fed2ea1f53a99cb0d56e22f1e9489d | |
parent | 2351f431f727223b4d82851ee8fc045bf51edd34 [diff] |
btrfs: scrub: get rid of sector_t The use of sector_t is not necessry, it's just for a warning. Switch to u64 and rename the variable and use byte units instead of 512b, ie. dropping the >> 9 shifts. The messages are adjusted as well. Reviewed-by: Liu Bo <bo.li.liu@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com>