Re: [3/9] Lustre VFS patches for 2.6

From: Oleg Drokin
Date: Thu Jul 08 2004 - 01:59:33 EST


Hello!

On Thu, Jul 08, 2004 at 08:27:26AM +0800, Ian Kent wrote:
> > + intent_init(&nd.intent.open, IT_OPEN);
> > nd.intent.open.flags = FMODE_READ;
> > - error = __user_walk(library, LOOKUP_FOLLOW|LOOKUP_OPEN, &nd);
> > + error = user_path_walk_it(library, &nd);
> I don't have source available right now (I'll check later) but droping
> LOOKUP_FOLLOW might break autofs4.

It is not dropped,
user_path_walk_it is defined like this:
#define user_path_walk_it(name,nd) \
__user_walk_it(name, LOOKUP_FOLLOW, nd)

Bye,
Oleg
-
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/