commit | 7729ac5efe156129d172784fedeaddb2167a1914 | [log] [tgz] |
---|---|---|
author | Oleg Drokin <green@linuxhacker.ru> | Mon Nov 28 13:43:53 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Nov 28 14:42:23 2005 -0800 |
tree | f0d28ced93c3482988e3e935e4a67ac4eed4f20a | |
parent | 1a9c3f78a32ddc4ec50f5da2cf2db5db6f442986 [diff] |
[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>