From: M. Mohan Kumar Date: Mon, 8 Feb 2010 21:36:48 +0000 (-0600) Subject: 9p: Include fsync support for 9p client X-Git-Tag: v2.6.33-rc8~36^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a4439c406c21b1e900ed497cec1a79d05b38c07;p=pandora-kernel.git 9p: Include fsync support for 9p client Implement the fsync in the client side by marking stat field values to 'don't touch' so that server may interpret it as a request to guarantee that the contents of the associated file are committed to stable storage before the Rwstat message is returned. Without this patch, calling fsync on a 9p file results in "Invalid argument" error. Please check the attached C program. Signed-off-by: Aneesh Kumar K.V Signed-off-by: M. Mohan Kumar Acked-by: Venkateswararao Jujjuri (JV) Signed-off-by: Eric Van Hensbergen --- Reading git-diff-tree failed