pub(crate) fn overlay_state(
base: impl AsFd,
state: impl AsFd,
source: &str,
mount_attr_flags: Option<MountAttrFlags>,
) -> Result<()>Expand description
Mount a persistent state directory as an overlay on top of base,
attaching the result immediately at . relative to base.