Could you please tell what exactly this API is? I'd like to try and use it.
https://lwn.net/Articles/829496/
And here’s an article about an old version of the syscalls:
https://lwn.net/Articles/759499/
https://github.com/maelstrom-software/maelstrom/blob/main/cr...
For bind mounts, you want to look at open_tree and move_mount. For "regular" mounts, you want to look at fsopen, fsconfig, fsmount, and move_mount.
I found this video very useful: https://www.youtube.com/watch?v=gMWKFPnmJSc
Could you please tell what exactly this API is? I'd like to try and use it.