commit | 200baa2112012dd8a13db9da3ee6885403f9c013 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Dec 05 00:35:40 2006 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Dec 06 10:46:38 2006 -0500 |
tree | 261f9c2b85927c2dfaaecfb7ab808d353bd84da4 | |
parent | e21195a740533348e77efa8a2e2cf03bb4092b2b [diff] |
NFS: Remove nfs_writepage_sync() Maintaining two parallel ways of doing synchronous writes is rather pointless. This patch gets rid of the legacy nfs_writepage_sync(), and replaces it with the faster asynchronous writes. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>