From: Miklos Szeredi Date: Mon, 7 Nov 2005 08:59:49 +0000 (-0800) Subject: [PATCH] VFS: pass file pointer to filesystem from ftruncate() X-Git-Tag: v2.6.15-rc1~602 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc4e69dee4a080f6eae3f410daec2593f4fa6f00;p=pandora-kernel.git [PATCH] VFS: pass file pointer to filesystem from ftruncate() This patch extends the iattr structure with a file pointer memeber, and adds an ATTR_FILE validity flag for this member. This is set if do_truncate() is invoked from ftruncate() or from do_coredump(). The change is source and binary compatible. Signed-off-by: Miklos Szeredi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed