On Wed, Jan 31, 2018 at 09:34:52AM +0200, Amir Goldstein wrote: > If filesystem were to provide a parents iterator interface, something like: > get_acceptable_parent(child, acceptable, context) > then xfs could iterate inode parents and call the nfsd_acceptable() callback. > For filesystems that support get_acceptable_parent(), there is no need to > encode a 'connectable' non unique file handle. > > I am not sure how much of a problem the 'subtree_check' and non-unique > file handle is for nfsd (CC nfsd folks for that), but I know I can make good use > of that in overlayfs, as well as with an optimized get_name() implementation. I hate subtree-checking and wish people would just stop trying to export subtrees. That said, anything that makes it less painful is probably good. And, yes, the fact that filehandles can change when a file is renamed across directories can be a problem for people using subtree checking. --b. -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html