From: Abhishek Kulkarni Date: Tue, 22 Sep 2009 16:34:05 +0000 (-0500) Subject: 9p: Fix the incorrect update of inode size in v9fs_file_write() X-Git-Tag: v2.6.32-rc1~150^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=637d020a02cd734bf27acfc56c6d942cddd9eb80;p=pandora-kernel.git 9p: Fix the incorrect update of inode size in v9fs_file_write() When using the cache=loose flags, the inode's size was not being updated correctly on a remote write. Thus subsequent reads of the whole file resulted in a truncated read. Fix it. Signed-off-by: Abhishek Kulkarni Signed-off-by: Eric Van Hensbergen --- Reading git-diff-tree failed