On Fri, Jul 12, 2013 at 01:42:55PM +0900, Sunghan Suh wrote: > Signed-off-by: Sunghan Suh <sunghan.suh@xxxxxxxxxxx> > --- > mm/zswap.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/mm/zswap.c b/mm/zswap.c > index deda2b6..efed4c8 100644 > --- a/mm/zswap.c > +++ b/mm/zswap.c > @@ -409,7 +409,7 @@ static int zswap_get_swap_cache_page(swp_entry_t entry, > struct page **retpage) > { > struct page *found_page, *new_page = NULL; > - struct address_space *swapper_space = &swapper_spaces[swp_type(entry)]; > + struct address_space *swapper_space = swap_address_space(entry); > int err; > > *retpage = NULL; Thanks Sunghan! Please add a simple commit message and resend with Andrew Morton on Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> When you resend, include the Reviewed-by tags from Wanpeng and Bob, as well as my: Acked-by: Seth Jennings <sjenning@xxxxxxxxxxxxxxxxxx> Seth -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>