Skip to content
Commit 8d56addd authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

fuse: fix truncate after open

Commit e1181ee6

 "vfs: pass struct file to do_truncate on O_TRUNC
opens" broke the behavior of open(O_TRUNC|O_RDONLY) in fuse.  Fuse
assumed that when called from open, a truncate() will be done, not an
ftruncate().

Fix by restoring the old behavior, based on the ATTR_OPEN flag.

Signed-off-by: default avatarMiklos Szeredi <mszeredi@suse.cz>
parent 5a18ec17
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