• Jan Kara's avatar
    udf: Drop pointless IS_IMMUTABLE and IS_APPEND check · c1f1b25a
    Jan Kara authored
    udf_setsize() checks for IS_IMMUTABLE and IS_APPEND flags. This is
    however pointless as UDF does not have capability to store these flags
    and never allows to set them. Furthermore this is the only place in UDF
    code that was actually checking these flags. Remove the pointless check.
    Signed-off-by: default avatarJan Kara <jack@suse.cz>
    c1f1b25a
inode.c 67.2 KB