Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765798AbXHHHqL (ORCPT ); Wed, 8 Aug 2007 03:46:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760115AbXHHHpx (ORCPT ); Wed, 8 Aug 2007 03:45:53 -0400 Received: from rv-out-0910.google.com ([209.85.198.190]:42519 "EHLO rv-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1764337AbXHHHpv (ORCPT ); Wed, 8 Aug 2007 03:45:51 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=klPVRufmX1jgo9LAolLs4PtjNtqwM0YYoeANuvsX7hEEe55DN+c+FXci+IG7W9rvEoqOmk9QiQBByRVkJRyv9ra9Olrn2LTzHV1cb7oIQI7x2xgCIXcAHJGOAdduHMJtR710CMWeyjV7bTSyR06LV47DV16N2heeqObXt7AOko8= Date: Wed, 8 Aug 2007 16:45:39 +0900 From: Tejun Heo To: "Eric W. Biederman" Cc: Greg KH , linux-kernel@vger.kernel.org, satyam@infradead.org, cornelia.huck@de.ibm.com, stern@rowland.harvard.edu, Linux Containers , gregkh@suse.de Subject: Re: [PATCH 09/25] sysfs: Move sysfs_get_dentry below __sysfs_get_dentry Message-ID: <20070808074539.GC13674@htj.dyndns.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 714 Lines: 19 On Tue, Aug 07, 2007 at 03:17:33PM -0600, Eric W. Biederman wrote: > > sysfs_get_dentry is higher in fs/sysfs/dir.c then is needed and it the > dependencies get simpler if we move it down in the file to where I > have placed __sysfs_get_dentry. So this patch just moves > sysfs_get_dentry so code movement doesn't get confused with later code > changes. > > Signed-off-by: Eric W. Biederman Acked-by: Tejun Heo -- tejun - 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/