pub fn merge_mounts(parent: &[Mount], child: &[Mount]) -> Vec<Mount>
Merge mounts from parent and child.
Mounts are merged by ID - child mounts with the same ID override parent mounts.