From: Jeff Layton Date: Thu, 4 Jul 2013 10:35:23 +0000 (-0400) Subject: nfs: set verifier on existing dentries in nfs_prime_dcache X-Git-Tag: v3.11-rc1~28^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cda57a1ef6f0da7e24f392ffdf00538ec0480310;p=pandora-kernel.git nfs: set verifier on existing dentries in nfs_prime_dcache nfs_prime_dcache currently only sets the verifier when it doesn't initially a matching dentry in the dcache. Set the verifier in the case where we do find a dentry in the dcache. This ensures that we don't have to look up the dentry again if we want to use it after a readdir. Cc: Scott Mayhew Signed-off-by: Jeff Layton Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed