From: Jeff Layton Date: Fri, 6 Jul 2012 11:09:42 +0000 (-0400) Subject: cifs: always update the inode cache with the results from a FIND_* X-Git-Tag: v3.5~20^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd60042cc1392e79410dc8de9e9c1abb38a29e57;p=pandora-kernel.git cifs: always update the inode cache with the results from a FIND_* When we get back a FIND_FIRST/NEXT result, we have some info about the dentry that we use to instantiate a new inode. We were ignoring and discarding that info when we had an existing dentry in the cache. Fix this by updating the inode in place when we find an existing dentry and the uniqueid is the same. Cc: # .31.x Reported-and-Tested-by: Andrew Bartlett Reported-by: Bill Robertson Reported-by: Dion Edwards Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed