linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG?] "ext4_ext_put_in_cache" uses __u32 to receive physical block number.
@ 2007-07-27  5:16 Yan Zheng
  2007-07-27 15:39 ` Mingming Cao
  0 siblings, 1 reply; 2+ messages in thread
From: Yan Zheng @ 2007-07-27  5:16 UTC (permalink / raw)
  To: linux-ext4, linux-fsdevel

Hi, all

I think I found a bug in ext4/extents.c, "ext4_ext_put_in_cache" uses
"__u32" to receive physical block number.  "ext4_ext_put_in_cache" is
used in "ext4_ext_get_blocks", it sets ext4 inode's extent cache
according most recently tree lookup (higher 16 bits of saved physical
block number are always zero). when serving a mapping request,
"ext4_ext_get_blocks" first check whether the logical block is in
inode's extent cache. if the logical block is in the cache and the
cached region isn't a gap, "ext4_ext_get_blocks" gets physical block
number by using cached region's physical block number and offset in
the cached region.  as described above, "ext4_ext_get_blocks" may
return wrong result when there are physical block numbers bigger than
0xffffffff.

Regards

YZ

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

end of thread, other threads:[~2007-07-27 15:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-27  5:16 [BUG?] "ext4_ext_put_in_cache" uses __u32 to receive physical block number Yan Zheng
2007-07-27 15:39 ` Mingming Cao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).