Function inherit_rights_for_clone

Source
pub fn inherit_rights_for_clone(
    parent_flags: OpenFlags,
    flags: OpenFlags,
) -> Result<OpenFlags, Status>
Expand description

Common logic for rights processing during cloning a node, shared by both file and directory implementations.