Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765563AbXHHHrC (ORCPT ); Wed, 8 Aug 2007 03:47:02 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933099AbXHHHqq (ORCPT ); Wed, 8 Aug 2007 03:46:46 -0400 Received: from wa-out-1112.google.com ([209.85.146.176]:17194 "EHLO wa-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933060AbXHHHqo (ORCPT ); Wed, 8 Aug 2007 03:46:44 -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=S3WW1Vu89fZOEkM70UZz4iz19dZa58789eopV38fQByFfY9DQtG4vKo6MqOKUjNjssI/jofQPArbfSCMkALuUWDdqMzaHDW6B5J9EH7PuuKbIfLcDzsAb1hmfoy46WjDphIdsLIISchatDka6a1qFuNa9itDcfiJDjL4GyDChqw= Date: Wed, 8 Aug 2007 16:46:37 +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 11/25] sysfs: Remove s_dentry Message-ID: <20070808074637.GE13674@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: 684 Lines: 20 On Tue, Aug 07, 2007 at 03:19:31PM -0600, Eric W. Biederman wrote: > > The only uses of s_dentry left are the code that maintains > s_dentry and trivial users that don't actually need it. > So this patch removes the s_dentry maintenance code and > restructures the trivial uses to use something else. > > Signed-off-by: Eric W. Biederman Acked-by: Tejun Heo Nice clean up. Thanks. -- 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/