Home
last modified time | relevance | path

Searched hist:bf1a1b31 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/hfsplus/
H A Dextents.cbf1a1b31 Wed Feb 16 02:34:17 CST 2011 Christoph Hellwig <hch@tuxera.com> hfsplus: fix overflow in hfsplus_get_block

For filesystems larger than 2TB the final sector number passed to
map_bh might overflow the range representable in a 32-bit data type.
Make sure we use a sector_t for it and the arithmetics calculating it.

Signed-off-by: Christoph Hellwig <hch@tuxera.com>