On Thu, 2011-09-22 at 16:22 +0100, David Howells wrote: > > I would also say that we do not want lstat(), l*xattr() and co. to cause > automounting - but maybe they should. Perhaps if you don't want to cause > automounting, you should explicitly pass AT_NO_AUTOMOUNT, and all path-taking > VFS calls should have variants that accept this flag. I still think we had it right the first time. After all we have always said automounts are directories that have symlink semantics, which to my way of thinking is what we now have (or had). Not only that, it provides a natural way of ensuring a mount occurs or does not occur by using the well known no follow calls. The "natural" part of this is automounts can be followed conceptually in the same way that symlinks can be followed. I -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html