Skip to content
  • Al Viro's avatar
    udf: propagate umode_t · faa17292
    Al Viro authored
    
    
    note re mount options: fmask and dmask are explicitly truncated to 12bit,
    UDF_INVALID_MODE just needs to be guaranteed to differ from any such value.
    And umask is used only in &= with umode_t, so we ignore other bits anyway.
    
    Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
    faa17292