[PATCH] make add_to_swap_cache() static
From: Hugh Dickins <hugh@veritas.com> Make add_to_swap_cache static, it's only used by read_swap_cache_async; and since that has just done a GFP_HIGHUSER allocation, surely it's better for add_to_swap_cache to use GFP_KERNEL than GFP_ATOMIC.
Showing
Please register or sign in to comment