commit | ef070dcb3989f553f5d84edf555eebc7e204099d | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Mar 03 00:06:35 2015 -0500 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Mar 03 13:58:08 2015 -0500 |
tree | 57a10c226e43b7eb28b03786591164686d88fbf5 | |
parent | 874f946376de57c8d6230b30ad71f742883fee3a [diff] |
NFS: Don't write enable new pages while an invalidation is proceeding nfs_vm_page_mkwrite() should wait until the page cache invalidation is finished. This is the second patch in a 2 patch series to deprecate the NFS client's reliance on nfs_release_page() in the context of nfs_invalidate_mapping(). Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>