commit | 8d69aaee80c123b460918816cbfa2e83224c3646 | [log] [tgz] |
---|---|---|
author | Hugh Dickins <[email protected]> | Mon Dec 14 17:58:45 2009 -0800 |
committer | Linus Torvalds <[email protected]> | Tue Dec 15 08:53:15 2009 -0800 |
tree | 899a69417dbd81f9b53926d7076629cc9b394ae5 | |
parent | 253d553ba75ab26b3e9e2f70cbf6fbf0813f7e86 [diff] |
swap_info: swap_map of chars not shorts Halve the vmalloc'ed swap_map array from unsigned shorts to unsigned chars: it's still very unusual to reach a swap count of 126, and the next patch allows it to be extended indefinitely. Signed-off-by: Hugh Dickins <[email protected]> Reviewed-by: KAMEZAWA Hiroyuki <[email protected]> Cc: Rik van Riel <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>