• Jan Kara's avatar
    ext3: Convert ext3 to new truncate calling convention · 40680f2f
    Jan Kara authored
    Mostly trivial conversion. We fix a bug that IS_IMMUTABLE and IS_APPEND files
    could not be truncated during failed writes as we change the code.  In fact the
    test is not needed at all because both IS_IMMUTABLE and IS_APPEND is tested in
    upper layers in do_sys_[f]truncate(), may_write(), etc.
    Signed-off-by: default avatarJan Kara <jack@suse.cz>
    40680f2f
file.c 2.21 KB