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

From: Bodo Eggert <harvested.in.lkml@xxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon May 09 2005 - 09:36:46 EST


Andreas Dilger <adilger@xxxxxxxxxxxxx> wrote:

> + if (namelen > 2 || name[0] != '.'||(name[1] != '.' && name[1] != '\0')){

The patch was supposed to affect only '..'.

Maybe you can add a 'unlikely', too.
--
A "sucking chest wound" is nature's way of telling you to slow down.

-
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/