From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932268AbbA0BnR (ORCPT ); Mon, 26 Jan 2015 20:43:17 -0500 Received: from mail-oi0-f47.google.com ([209.85.218.47]:50664 "EHLO mail-oi0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932202AbbA0Bm4 (ORCPT ); Mon, 26 Jan 2015 20:42:56 -0500 MIME-Version: 1.0 In-Reply-To: <20150126154506.GA528@blaptop> References: <1422107153-9701-1-git-send-email-opensource.ganesh@gmail.com> <20150126154506.GA528@blaptop> Date: Tue, 27 Jan 2015 09:42:55 +0800 Message-ID: Subject: Re: [PATCH] zram: free meta table in zram_meta_free From: Ganesh Mahendran To: Minchan Kim Cc: Nitin Gupta , Andrew Morton , Linux-MM , linux-kernel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Minchan 2015-01-26 23:45 GMT+08:00 Minchan Kim : > Hello, > > On Sat, Jan 24, 2015 at 09:45:53PM +0800, Ganesh Mahendran wrote: >> zram_meta_alloc() and zram_meta_free() are a pair. >> In zram_meta_alloc(), meta table is allocated. So it it better to free >> it in zram_meta_free(). >> >> Signed-off-by: Ganesh Mahendran >> Cc: Nitin Gupta >> Cc: Minchan Kim > > Looks good to me but it seems the patch is based on my recent work > "zram: free meta out of init_lock". > Please resend it on recent mmotm because I will respin my patch and > your patch is orthogonal with mine. OK, I will resend the patch. Thanks. > > Thanks.