From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx201.postini.com [74.125.245.201]) by kanga.kvack.org (Postfix) with SMTP id A46A76B006C for ; Tue, 19 Jun 2012 12:37:39 -0400 (EDT) Received: from /spool/local by e4.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 19 Jun 2012 12:37:35 -0400 Received: from d01relay03.pok.ibm.com (d01relay03.pok.ibm.com [9.56.227.235]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id 707C56E8053 for ; Tue, 19 Jun 2012 12:35:21 -0400 (EDT) Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay03.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q5JGZKgh186526 for ; Tue, 19 Jun 2012 12:35:20 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q5JGZH7E023330 for ; Tue, 19 Jun 2012 12:35:17 -0400 Message-ID: <4FE0AA3A.8030805@linux.vnet.ibm.com> Date: Tue, 19 Jun 2012 11:35:06 -0500 From: Seth Jennings MIME-Version: 1.0 Subject: Re: [PATCH 05/10] zcache: mark zbud_init/zcache_comp_init as __init References: <4FE0392E.3090300@linux.vnet.ibm.com> <4FE039BE.6010406@linux.vnet.ibm.com> In-Reply-To: <4FE039BE.6010406@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Xiao Guangrong Cc: Andrew Morton , Dan Magenheimer , LKML , linux-mm@kvack.org On 06/19/2012 03:35 AM, Xiao Guangrong wrote: > These functions are called only when system is initializing, so mark __init > for them to free memory > > Signed-off-by: Xiao Guangrong For patches 05-09: Acked-by: Seth Jennings -- Seth -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753216Ab2FSQff (ORCPT ); Tue, 19 Jun 2012 12:35:35 -0400 Received: from e38.co.us.ibm.com ([32.97.110.159]:39254 "EHLO e38.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750955Ab2FSQfe (ORCPT ); Tue, 19 Jun 2012 12:35:34 -0400 Message-ID: <4FE0AA3A.8030805@linux.vnet.ibm.com> Date: Tue, 19 Jun 2012 11:35:06 -0500 From: Seth Jennings User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: Xiao Guangrong CC: Andrew Morton , Dan Magenheimer , LKML , linux-mm@kvack.org Subject: Re: [PATCH 05/10] zcache: mark zbud_init/zcache_comp_init as __init References: <4FE0392E.3090300@linux.vnet.ibm.com> <4FE039BE.6010406@linux.vnet.ibm.com> In-Reply-To: <4FE039BE.6010406@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Scanned: Fidelis XPS MAILER x-cbid: 12061916-5518-0000-0000-0000054EE363 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/19/2012 03:35 AM, Xiao Guangrong wrote: > These functions are called only when system is initializing, so mark __init > for them to free memory > > Signed-off-by: Xiao Guangrong For patches 05-09: Acked-by: Seth Jennings -- Seth