From: Trond Myklebust Date: Mon, 23 Feb 2015 23:51:32 +0000 (-0500) Subject: NFS: Don't require a filehandle to refresh the inode in nfs_prime_dcache() X-Git-Tag: omap-for-v4.1/wl12xx-dt~60^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa9233699cc1dc236f4cf42245d13e40966938c5;p=pandora-kernel.git NFS: Don't require a filehandle to refresh the inode in nfs_prime_dcache() If the server does not return a valid set of attributes that we can use to either create a file or refresh the inode, then there is no value in calling nfs_prime_dcache(). However if we're just refreshing the inode using the attributes that the server returned, then it shouldn't matter whether or not we have a filehandle, as long as we check the fsid+fileid combination. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed