Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760337AbXHHIkV (ORCPT ); Wed, 8 Aug 2007 04:40:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751436AbXHHIkE (ORCPT ); Wed, 8 Aug 2007 04:40:04 -0400 Received: from rv-out-0910.google.com ([209.85.198.190]:46213 "EHLO rv-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751123AbXHHIkC (ORCPT ); Wed, 8 Aug 2007 04:40:02 -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=ro96WF0frmguEOLUKmhnw0HcjDky6ax6TYAkolTtks26n3ft0c6mLBaPUJIfrpE6qNwfg0wfnq2+xoDDTQagYi6vNZSUV4OCqb9H4tAB3tmSwcmakAQH+vL2HKf1fJR6ETD78lJOm57FxcMGzbSkgG8GPcS6CEg901uyW++bLtQ= Date: Wed, 8 Aug 2007 17:39:53 +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 15/25] vfs: Remove lookup_one_len_kern Message-ID: <20070808083953.GH13674@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: 682 Lines: 20 On Tue, Aug 07, 2007 at 03:25:05PM -0600, Eric W. Biederman wrote: > > Now that sysfs no longer uses lookup_one_len_kern the function has > no users so remove it from the kernel. Making namei.c just a little > easier to read. > > Signed-off-by: Eric W. Biederman Oh.. you're killing lookup_one_len_kern(). In that case, I think the previous one is okay too. 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/