• J
    udf: Provide saner default for invalid uid / gid · 116e5258
    Jan Kara 提交于
    Currently when UDF filesystem is recorded without uid / gid (ids are set
    to -1), we will assign INVALID_[UG]ID to vfs inode unless user uses uid=
    and gid= mount options. In such case filesystem could not be modified in
    any way as VFS refuses to modify files with invalid ids (even by root).
    This is confusing to users and not very useful default since such media
    mode is generally used for removable media. Use overflow[ug]id instead
    so that at least root can modify the filesystem.
    Reported-by: NSteve Kenton <skenton@ou.edu>
    Reviewed-by: NPali Rohár <pali.rohar@gmail.com>
    Signed-off-by: NJan Kara <jack@suse.cz>
    116e5258
super.c 66.9 KB