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)
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>

No differences found