summaryrefslogtreecommitdiff
path: root/drivers/md/dm-zoned-metadata.c
diff options
context:
space:
mode:
authorNathan Chancellor <natechancellor@gmail.com>2020-05-13 01:45:22 -0700
committerMike Snitzer <snitzer@redhat.com>2020-05-20 17:09:48 -0400
commit42c689f671233371f5c8c1685ab77bd66c274932 (patch)
treefb79469ecef2f3e10c79414d677b70dfdc84e9dd /drivers/md/dm-zoned-metadata.c
parentac75b09fc62df441eee90fecfe9b2a6ca24976f2 (diff)
dm zoned: Avoid 64-bit division error in dmz_fixup_devices
When building arm32 allyesconfig: ld.lld: error: undefined symbol: __aeabi_uldivmod >>> referenced by dm-zoned-target.c >>> md/dm-zoned-target.o:(dmz_ctr) in archive drivers/built-in.a dmz_fixup_devices uses DIV_ROUND_UP with variables of type sector_t. As such, it should be using DIV_ROUND_UP_SECTOR_T, which handles this automatically. Fixes: 70978208ec91 ("dm zoned: metadata version 2") Signed-off-by: Nathan Chancellor <natechancellor@gmail.com> Reviewed-by: Damien Le Moal <damien.lemoal@wdc.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'drivers/md/dm-zoned-metadata.c')
0 files changed, 0 insertions, 0 deletions