-
Notifications
You must be signed in to change notification settings - Fork 11
feature: expand support for linkat(2) #354
Copy link
Copy link
Open
0 / 20 of 2 issues completedLabels
api/cffiRelated to the C-FFI API.Related to the C-FFI API.api/rootRelated to the Root API.Related to the Root API.api/rustRelated to the Rust API.Related to the Rust API.impact/featureAn issue or PR that adds new distinct functionality.An issue or PR that adds new distinct functionality.
Milestone
Metadata
Metadata
Assignees
Labels
api/cffiRelated to the C-FFI API.Related to the C-FFI API.api/rootRelated to the Root API.Related to the Root API.api/rustRelated to the Rust API.Related to the Rust API.impact/featureAn issue or PR that adds new distinct functionality.An issue or PR that adds new distinct functionality.
At the moment, we only support linking between two paths within the same root, with the paths being resolved during the
pathrs_inroot_hardlinkoperation. This is much easier to implement than alternatives but there are a few usecases that are not handled by this:Roots #355