From: Miklos Szeredi Date: Thu, 18 Oct 2007 10:07:02 +0000 (-0700) Subject: fuse: add atomic open+truncate support X-Git-Tag: v2.6.24-rc1~315 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ff958edbf39c014eb06b65ad25b736be08c4e63;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed