On 01/15/2010 04:03 PM, Al Viro wrote: > * what's going on with use of intent flags in case of autofs4? It's the same old story. autofs needs to take care not to trigger mounts for certain system calls when we have reached the last path component. AFAIK the only way to do that is to check the flags. > > Other than that, it'd seem that we would be better off if we treated these > guys as "if we try to follow mountpoint and that sucker turns out to be > the end of the road, do something fs-specific and either try to go further > or see if we could attach the mountpoint given to us here". Which might > be better done in VFS, with fs method returning vfsmount, NULL or ERR_PTR. Forgive my thickness but am I understanding this correctly? Are you just saying it would be better to add a file system method to cater for the case where we might need to do further resolution on the mount root we have just arrived at before continuing into it (mmm ... now it feels like I've stated the obvious, but anyway ...)? Would that be before following the link or after (not that it would matter for my needs)? Ian -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html