On Mon, 2005-03-28 at 12:17, Christoph Hellwig wrote: > > + dentry = __lookup_hash(&nd->last, nd->dentry, nd); > > Please add a tiny wrapper lookup_hash_nd(struct nameidata *nd) > that expands to the above instead of opencoding it everywhere. > > Or just call it lookup_hash() after you removed the original version.. Jeff, I have incorporated the Christophs' comments. lookup_hash() now takes a third nameidata argument. I touch tested it. If you like the patch can your forward it to Andrew. Thanks, RP > - > 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/