From: Jeff Layton Date: Fri, 12 Feb 2010 12:44:16 +0000 (-0500) Subject: cifs: add a CIFSSMBQFileInfo function X-Git-Tag: v2.6.34-rc2~10^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcd5357f430363376565d07ca542127d6d36602c;p=pandora-kernel.git cifs: add a CIFSSMBQFileInfo function ...to get inode attributes via filehandle instead of by path. In some places, we need to revalidate an inode on an open filehandle, but we can't necessarily guarantee that the dentry associated with it will still be valid. When we have an open filehandle already, it makes more sense to do a filehandle based operation anyway. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed