From: Trond Myklebust Date: Tue, 23 Apr 2013 18:31:19 +0000 (-0400) Subject: NFSv4.1: Use the more efficient open_noattr call for open-by-filehandle X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~98^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8188df1733d6722336e287cc859b2567ad70576a;p=pandora-kernel.git NFSv4.1: Use the more efficient open_noattr call for open-by-filehandle When we're doing open-by-filehandle in NFSv4.1, we shouldn't need to do the cache consistency revalidation on the directory. It is therefore more efficient to just use open_noattr, which returns the file attributes, but not the directory attributes. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed