Home
last modified time | relevance | path

Searched hist:a5998061daab27802c418debe662be98a6e42874 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/mm/
H A Dswapfile.cdiff a5998061daab27802c418debe662be98a6e42874 Thu Jan 23 17:53:40 CST 2014 Jamie Liu <jamieliu@google.com> mm/swapfile.c: do not skip lowest_bit in scan_swap_map() scan loop

In the second half of scan_swap_map()'s scan loop, offset is set to
si->lowest_bit and then incremented before entering the loop for the
first time, causing si->swap_map[si->lowest_bit] to be skipped.

Signed-off-by: Jamie Liu <jamieliu@google.com>
Cc: Shaohua Li <shli@fusionio.com>
Acked-by: Hugh Dickins <hughd@google.com>
Cc: Minchan Kim <minchan@kernel.org>
Cc: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>