From: Trond Myklebust Date: Tue, 3 Jan 2006 08:55:34 +0000 (+0100) Subject: NFS: Make stat() return updated mtimes after a write() X-Git-Tag: v2.6.16-rc1~935^2~4^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70b9ecbdb9c5fdc731f8780bffd45d9519020c4a;p=pandora-kernel.git NFS: Make stat() return updated mtimes after a write() The SuS states that a call to write() will cause mtime to be updated on the file. In order to satisfy that requirement, we need to flush out any cached writes in nfs_getattr(). Speed things up slightly by not committing the writes. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed