Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755819Ab0BUA6P (ORCPT ); Sat, 20 Feb 2010 19:58:15 -0500 Received: from smtp-out.google.com ([216.239.44.51]:4589 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755332Ab0BUA6N (ORCPT ); Sat, 20 Feb 2010 19:58:13 -0500 DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=date:from:x-x-sender:to:cc:subject:in-reply-to:message-id: references:user-agent:mime-version:content-type:x-system-of-record; b=a9rCp3+e8NudWXg2QJH/tACmyn0ZPGSzRWRC+TD8fxsz04n938UOu9ITg9UZHL3W5 y22hiv5btZHD3KucXf9QQ== Date: Sat, 20 Feb 2010 16:58:01 -0800 (PST) From: David Rientjes X-X-Sender: rientjes@chino.kir.corp.google.com To: Dave Young cc: Andrew Morton , Ingo Molnar , Andi Kleen , Hugh Dickins , Nick Piggin , Peter Zijlstra , James Morris , "Eric W. Biederman" , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 06/18] sysctl extern cleanup - mm In-Reply-To: <20100220141241.GE3195@darkstar> Message-ID: References: <20100220141241.GE3195@darkstar> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-System-Of-Record: true Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 559 Lines: 15 On Sat, 20 Feb 2010, Dave Young wrote: > Extern declarations in sysctl.c should be move to their own head file, > and then include them in relavant .c files. > > Move min_free_kbytes extern declaration to linux/mm.h > It should be moved to include/linux/mmzone.h, that's where the sysctl handler is declared. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/