commit | 8b1f9ee56e21e505a3d5d3e33f823006d1abdbaf | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jan 22 17:13:06 2008 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Jan 30 02:05:23 2008 -0500 |
tree | 4f26bf0ceb4f834040e02cefc6385087a25ad6ba | |
parent | 77f111929d024165e736e919187cff017279bebe [diff] |
NFS: Optimise nfs_vm_page_mkwrite() The current model locks the page twice for no good reason. Optimise by inlining the parts of nfs_write_begin()/nfs_write_end() that we care about. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>