linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* the max size of block device on 32bit os,when using do_generic_file_read() proceed.
@ 2012-05-24 13:38 majianpeng
  2012-05-26 21:23 ` Hugh Dickins
  2012-05-28  6:26 ` Re: the max size of block device on 32bit os,when usingdo_generic_file_read() proceed majianpeng
  0 siblings, 2 replies; 3+ messages in thread
From: majianpeng @ 2012-05-24 13:38 UTC (permalink / raw)
  To: akpm, hughd; +Cc: linux-mm

  Hi all:
		I readed a raid5,which size 30T.OS is RHEL6 32bit.
	    I reaed the raid5(as a whole,not parted) and found read address which not i wanted.
		So I tested the newest kernel code,the problem is still.
		I review the code, in function do_generic_file_read()

		index = *ppos >> PAGE_CACHE_SHIFT;
		index is u32.and *ppos is long long.
		So when *ppos is larger than 0xFFFF FFFF *  PAGE_CACHE_SHIFT(16T Byte),then the index is error.

		I wonder this .In 32bit os ,block devices size do not large then 16T,in other words, if block devices larger than 16T,must parted.

																						Thanks all.
 				
--------------
majianpeng
2012-05-24

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-28  6:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-24 13:38 the max size of block device on 32bit os,when using do_generic_file_read() proceed majianpeng
2012-05-26 21:23 ` Hugh Dickins
2012-05-28  6:26 ` Re: the max size of block device on 32bit os,when usingdo_generic_file_read() proceed majianpeng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox