On Tue, 2016-09-27 at 10:17 -0700, Tim Chen wrote: > From: "Huang, Ying" <ying.hu...@intel.com> > > swap_info_get() is used not only in swap free code path but also in > page_swapcount(), etc. So the original kernel message in > swap_info_get() is not correct now. Fix it via replacing "swap_free" > to > "swap_info_get" in the message. > > Signed-off-by: "Huang, Ying" <ying.hu...@intel.com> > Signed-off-by: Tim Chen <tim.c.c...@linux.intel.com> > Reviewed-by: Rik van Riel <r...@redhat.com>