commit | 70b9ecbdb9c5fdc731f8780bffd45d9519020c4a | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jan 03 09:55:34 2006 +0100 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Jan 06 14:58:50 2006 -0500 |
tree | 4678182bd417945cd424a652396510bc53eff8b7 | |
parent | 24174119c73983d5217da8f56a12c79a9b57e056 [diff] |
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 <Trond.Myklebust@netapp.com>