On Thu, Sep 24, 2020 at 10:10 AM Max Reitz <[email protected]> wrote:
> > No, object creation never results in a mounted object. If the newly > > created object is mounted on at a later time, the revalidate logic > > will take care of that. > > So lo_getattr() is not an issue either, because all mount operations > will be handled by the revalidate logic? Right. Attribute revalidation is done by GETATTR and lookup revalidation is done by LOOKUP. Setting the automount point in case of attribute revalidation would not make any difference, since no lookup is being performed at that point. Thanks, Miklos _______________________________________________ Virtio-fs mailing list [email protected] https://www.redhat.com/mailman/listinfo/virtio-fs
