From: Trond Myklebust Date: Sat, 20 Feb 2010 01:00:02 +0000 (-0800) Subject: NFS: Reduce the number of unnecessary COMMIT calls X-Git-Tag: v2.6.34-rc1~190^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=420e3646bb7d93a571734034249fbb1ae1a7a5c7;p=pandora-kernel.git NFS: Reduce the number of unnecessary COMMIT calls If the caller is doing a non-blocking flush, and there are still writebacks pending on the wire, we can usually defer the COMMIT call until those writes are done. Also ensure that we honour the wbc->nonblocking flag. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed