Re: [autofs] [PATCH 04/38] autofs4: Save autofs trigger's vfsmount in super block info

From: Valerie Aurora
Date: Wed Jun 16 2010 - 19:14:53 EST


On Wed, Jun 16, 2010 at 12:04:03PM +0800, Ian Kent wrote:
> On Tue, 2010-06-15 at 11:39 -0700, Valerie Aurora wrote:
> > From: Jan Blunck <jblunck@xxxxxxx>
> >
> > XXX - This is broken and included just to make union mounts work. See
> > discussion at:
> >
> > http://kerneltrap.org/mailarchive/linux-fsdevel/2010/1/15/6708053/thread
>
> Instead of saving the vfsmount we could save a pointer to the dentry of
> the mount point in the autofs super block info struct. I think that's
> the bit I don't have so it would be sufficient for a lookup_mnt() for
> the needed vfsmount in ->follow_mount().
>
> Objections?
> Suggestions?

I'm not sure... it seems like it would have the same problem that Al
described with pinning the vfsmount forever. But I don't know autofs
at all.

Could you run through a quick example of the case that triggers this
problem in the first place? The problem is when you have a symlink
that triggers an automount, and you are trying to get from the target
of the symlink to the vfsmount of the file system containing the
symlink in the first place? Or do I have that wrong?

Thanks,

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