commit | 7729ac5efe156129d172784fedeaddb2167a1914 | [log] [tgz] |
---|---|---|
author | Oleg Drokin <[email protected]> | Mon Nov 28 13:43:53 2005 -0800 |
committer | Linus Torvalds <[email protected]> | 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 <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>