Re: [PATCH] [RESEND] nfs: blocklayout: avoid warnings on 32-bit sector_t
From: Christoph Hellwig
Date: Mon Jul 24 2017 - 03:58:25 EST
A 32-bit will also cause run-time problems. I think the block layout
code should instead grow a
depends on 64BIT || LBDAF
to ensure we always have a 64-bit sector_t.