From: Sunghan Suh Date: Wed, 11 Sep 2013 21:20:22 +0000 (-0700) Subject: mm/zswap.c: get swapper address_space by using macro X-Git-Tag: v3.12-rc1~52^2~263 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=822518dc56810a0de44cff0f85a227268818749c;p=pandora-kernel.git mm/zswap.c: get swapper address_space by using macro There is a proper macro to get the corresponding swapper address space from a swap entry. Instead of directly accessing "swapper_spaces" array, use the "swap_address_space" macro. Signed-off-by: Sunghan Suh Reviewed-by: Bob Liu Reviewed-by: Wanpeng Li Acked-by: Seth Jennings Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed