commit | 972d7219398651aaf7ae086b4f17c3416b51c7db | [log] [tgz] |
---|---|---|
author | Liu Bo <bo.li.liu@oracle.com> | Mon Apr 03 13:45:33 2017 -0700 |
committer | David Sterba <dsterba@suse.com> | Tue Apr 18 14:07:26 2017 +0200 |
tree | 7c58f201d852515a80f401f35eafc1f2590ae395 | |
parent | c725328c55443f150577efcf445a7924687342e4 [diff] |
Btrfs: update scrub_parity to use u64 stripe_len Commit 3d8da6781760 ("Btrfs: fix divide error upon chunk's stripe_len") changed stripe_len in struct map_lookup to u64, but didn't update stripe_len in struct scrub_parity. This updates the type and switches to div64_u64_rem to match u64 divisor. Cc: David Sterba <dsterba@suse.cz> Signed-off-by: Liu Bo <bo.li.liu@oracle.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>