]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] reiserfs: fix 32-bit overflow in map_block_for_writepage()
authorOleg Drokin <green@linuxhacker.ru>
Mon, 28 Nov 2005 21:43:53 +0000 (13:43 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 28 Nov 2005 22:42:23 +0000 (14:42 -0800)
commit7729ac5efe156129d172784fedeaddb2167a1914
treef0d28ced93c3482988e3e935e4a67ac4eed4f20a
parent1a9c3f78a32ddc4ec50f5da2cf2db5db6f442986
[PATCH] reiserfs: fix 32-bit overflow in map_block_for_writepage()

I now see another overflow in reiserfs that should lead to data corruptions
with files that are bigger than 4G under certain circumstances when using
mmap.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/reiserfs/inode.c