diff options
author | Joonsoo Kim <[email protected]> | 2015-02-27 15:52:01 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2015-02-28 09:57:51 -0800 |
commit | 2ea55a2caee016daee511431217861fb04767b27 (patch) | |
tree | 1ff5138f0ce34de6234109f9632b3b3395272ec7 /net/lapb/lapb_in.c | |
parent | b00eeaedece2e8cb1607cb015f10e572e2607c49 (diff) |
zram: use proper type to update max_used_pages
max_used_pages is defined as atomic_long_t so we need to use unsigned
long to keep temporary value for it rather than int which is smaller
than unsigned long in a 64 bit system.
Signed-off-by: Joonsoo Kim <[email protected]>
Cc: Minchan Kim <[email protected]>
Cc: Jerome Marchand <[email protected]>
Cc: Nitin Gupta <[email protected]>
Cc: Sergey Senozhatsky <[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