Re: [PATCH] Support for dx directories in ext3_get_parent (NFSD)

From: Stephen C. Tweedie
Date: Mon May 09 2005 - 10:47:58 EST


Hi,

On Mon, 2005-05-09 at 15:24, Bodo Eggert wrote:
> Andreas Dilger <adilger@xxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/