diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2007-10-17 02:31:01 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:43:03 -0400 |
commit | e00d2c2d4aead747d0fbee99001b00612d1082b0 (patch) | |
tree | c57228fae55fdb0b91fa6c211431a4ced2435c53 /fs/fuse/file.c | |
parent | c756e0a4d79202535774806f148026e40466a5eb (diff) |
fuse: truncate on spontaneous size change
Memory mappings were only truncated on an explicit truncate, but not when the
file size was changed externally.
Fix this by moving the truncation code from fuse_setattr to
fuse_change_attributes.
Yes, there are races between write and and external truncation, but we can't
really do anything about them.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/fuse/file.c')
0 files changed, 0 insertions, 0 deletions