commit | 6ff958edbf39c014eb06b65ad25b736be08c4e63 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Thu Oct 18 03:07:02 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Thu Oct 18 14:37:31 2007 -0700 |
tree | f87af1ae11b321cfa38c25378229f25942797385 | |
parent | 17637cbaba592076c221dc045ca78422b4af6290 [diff] |
fuse: add atomic open+truncate support This patch allows fuse filesystems to implement open(..., O_TRUNC) as a single request, instead of separate truncate and open requests. 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>