Skip to content
Commit 40680f2f authored by Jan Kara's avatar Jan Kara
Browse files

ext3: Convert ext3 to new truncate calling convention



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>
parent 99cb1a31
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment