From: Jeff Layton Date: Fri, 7 Jan 2011 16:30:29 +0000 (-0500) Subject: cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfo X-Git-Tag: v2.6.38-rc1~446^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d44a9fe2c8af3fee8edb203e9b11e507851c50fa;p=pandora-kernel.git cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfo We call CIFSSMBUnixSetPathInfo in these functions, but we have a filehandle since an open was just done. Switch these functions to use CIFSSMBUnixSetFileInfo instead. In practice, these codepaths are only used if posix opens are broken. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed