commit | 637d020a02cd734bf27acfc56c6d942cddd9eb80 | [log] [tgz] |
---|---|---|
author | Abhishek Kulkarni <adkulkar@umail.iu.edu> | Tue Sep 22 11:34:05 2009 -0500 |
committer | Eric Van Hensbergen <ericvh@strongmad.austin.ibm.com> | Wed Sep 23 13:03:46 2009 -0500 |
tree | cff971ce538a12c1d0b315772c733bc91b1913a6 | |
parent | 7549ae3e81cc45908cbeee54a52b24f247fb0a2d [diff] |
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 <adkulkar@umail.iu.edu> Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>