From: Jiri Olsa Date: Fri, 23 Oct 2009 23:36:16 +0000 (-0400) Subject: tracing: Update *ppos instead of filp->f_pos X-Git-Tag: v2.6.32-rc6~17^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf8517cf905b5cd31d5790250b9ac39f7cb8aa53;p=pandora-kernel.git tracing: Update *ppos instead of filp->f_pos Instead of directly updating filp->f_pos we should update the *ppos argument. The filp->f_pos gets updated within the file_pos_write() function called from sys_write(). Signed-off-by: Jiri Olsa Signed-off-by: Steven Rostedt Cc: Frederic Weisbecker LKML-Reference: <20091023233646.399670810@goodmis.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed