On Wed, Nov 1, 2017 at 9:22 PM, Amir Goldstein <amir73il@xxxxxxxxx> wrote: > Miklos, > > My trigger for fixing up the non-samefs patches is that I found out > while testing NFS export that reconnecting a dir dentry doesn't work > for non-samefs case. > I tracked the problem down to the default implementation of get_name() > in expfs.c that looks up a child inode in parent dir by d_ino. That may be a good fix, but.. we shouldn't have to rely on correct d_ino to get the name. In fact we can just recursively call exportfs_get_name() on underlying fs, since we have the parent and the child handle in both the dir and non-dir cases. Am I missing something? Thanks, Miklos -- To unsubscribe from this list: send the line "unsubscribe linux-unionfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html