Configure overlay mounts via file-descriptor-based mount facilities
#34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
An external use case had just exceeded the page size in an overlay mount, and it is not unreasonable to assume the same will happen in
internal/rosarelatively soon. The suite of file-descriptor-based mount syscalls configures a mount point across multiple syscalls.This change is only applicable to
overlaymounts as of now, every other mount point should continue using thedataargument of themount(2)syscall.