Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1694513

Re: [PATCH] [RESEND] nfs: blocklayout: avoid warnings on 32-bit sector_t

From Christoph Hellwig <hch@infradead.org>
Newsgroups linux.kernel
Subject Re: [PATCH] [RESEND] nfs: blocklayout: avoid warnings on 32-bit sector_t
Date 2017-07-24 10:00 +0200
Message-ID <u6Grv-1RH-5@gated-at.bofh.it> (permalink)
References <u5MyZ-Tz-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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.

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] [RESEND] nfs: blocklayout: avoid warnings on 32-bit sector_t Arnd Bergmann <arnd@arndb.de> - 2017-07-21 22:20 +0200
  Re: [PATCH] [RESEND] nfs: blocklayout: avoid warnings on 32-bit  sector_t Christoph Hellwig <hch@infradead.org> - 2017-07-24 10:00 +0200

csiph-web