Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261432AbVEIPqv (ORCPT ); Mon, 9 May 2005 11:46:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261433AbVEIPqv (ORCPT ); Mon, 9 May 2005 11:46:51 -0400 Received: from mx1.redhat.com ([66.187.233.31]:58273 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S261432AbVEIPqu (ORCPT ); Mon, 9 May 2005 11:46:50 -0400 Subject: Re: [PATCH] Support for dx directories in ext3_get_parent (NFSD) From: "Stephen C. Tweedie" To: 7eggert@gmx.de Cc: Andreas Dilger , Henrik =?ISO-8859-1?Q?Grubbstr=F6m?= , Andrew Morton , Neil Brown , linux-kernel , "ext2-devel@lists.sourceforge.net" , Stephen Tweedie In-Reply-To: References: <42chI-3Rf-49@gated-at.bofh.it> <42cKy-4jT-9@gated-at.bofh.it> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1115653547.15542.22.camel@sisko.sctweedie.blueyonder.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 (1.4.5-9) Date: Mon, 09 May 2005 16:45:47 +0100 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 596 Lines: 19 Hi, On Mon, 2005-05-09 at 15:24, Bodo Eggert wrote: > Andreas Dilger wrote: > > > + if (namelen > 2 || name[0] != '.'||(name[1] != '.' && name[1] != '\0')){ > > The patch was supposed to affect only '..'. "." is an equivalent special case in htree. It seems reasonable to include it here for completeness. --Stephen - 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/