commit | 2aeb98f498ce37742b743080fdc6c8cf64053599 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jan 17 22:04:26 2012 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jan 31 19:28:08 2012 -0500 |
tree | 7ee6fddcb6006adfb40c90d5be00f5029ee0c1eb | |
parent | 536e43d12b9517bbbf6114cd1a12be27857a4d7a [diff] |
NFS: Ensure that mmapped pages remain stable during writeback Ensure that nfs_vm_page_mkwrite() waits for the page writeback to complete before the application is allowed to modify page contents. The main reason for wanting to do this in NFS is to ensure that the server doesn't get confused if we have to resend the RPC request due to a dropped/missed reply. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>