diff options
author | Andrew Morton <[email protected]> | 2009-04-30 15:08:55 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2009-05-02 15:36:10 -0700 |
commit | 8713e01295140f674a41f2199b0f7ca99dfb69d5 (patch) | |
tree | 0e222bd3469534f040c087c334b68e869e2dbb5f /net/lapb/lapb_in.c | |
parent | 0ae05fb254a5f2617fc8fcfff7be959b54a5e963 (diff) |
vmscan: avoid multiplication overflow in shrink_zone()
Local variable `scan' can overflow on zones which are larger than
(2G * 4k) / 100 = 80GB.
Making it 64-bit on 64-bit will fix that up.
Cc: KOSAKI Motohiro <[email protected]>
Cc: Wu Fengguang <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Rik van Riel <[email protected]>
Cc: Lee Schermerhorn <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions