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/rosa relatively soon. The suite of file-descriptor-based mount syscalls configures a mount point across multiple syscalls.
This change is only applicable to overlay mounts as of now, every other mount point should continue using the data argument of the mount(2) syscall.
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/rosa` relatively soon. The suite of file-descriptor-based mount syscalls configures a mount point across multiple syscalls.
This change is only applicable to `overlay` mounts as of now, every other mount point should continue using the `data` argument of the `mount(2)` syscall.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.