From: Aneesh Kumar K.V Date: Mon, 28 Feb 2011 11:34:10 +0000 (+0530) Subject: fs/9p: call vmtruncate before setattr 9p opeation X-Git-Tag: v2.6.39-rc1~489^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f10fc50f1adaf40fdd5da6dd154ecb464b468e2f;p=pandora-kernel.git fs/9p: call vmtruncate before setattr 9p opeation We need to call vmtruncate before 9p setattr operation, otherwise we could write back some dirty pages between setattr with ATTR_SIZE and vmtruncate causing some truncated pages to be written back to server Signed-off-by: Aneesh Kumar K.V Signed-off-by: Venkateswararao Jujjuri Signed-off-by: Eric Van Hensbergen --- Reading git-diff-tree failed