pnfs/blocklayout: Fix a 64-bit division/remainder issue in bl_map_stripe
authorTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 18 Sep 2014 21:03:46 +0000 (17:03 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Sun, 21 Sep 2014 18:20:20 +0000 (14:20 -0400)
commit5466112f0935f079e225514905c57d5e5285a9b6
tree15af329f5f931d2dec8c015d1ca9caa6deb9946e
parentb262b35c2ceb989c6b89dae6b8e0c0ce466cc90d
pnfs/blocklayout: Fix a 64-bit division/remainder issue in bl_map_stripe

kbuild test robot reports:

   fs/built-in.o: In function `bl_map_stripe':
   >> :(.text+0x965b4): undefined reference to `__aeabi_uldivmod'
   >> :(.text+0x965cc): undefined reference to `__aeabi_uldivmod'
   >> :(.text+0x96604): undefined reference to `__aeabi_uldivmod'

Fixes: 5c83746a0cf2 (pnfs/blocklayout: in-kernel GETDEVICEINFO XDR parsing)
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Christoph Hellwig <hch@lst.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/blocklayout/dev.c