From: Trond Myklebust Date: Tue, 22 Jan 2008 22:13:06 +0000 (-0500) Subject: NFS: Optimise nfs_vm_page_mkwrite() X-Git-Tag: v2.6.25-rc1~1146^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b1f9ee56e21e505a3d5d3e33f823006d1abdbaf;p=pandora-kernel.git 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 --- Reading git-diff-tree failed