From: Jeff Layton Date: Fri, 10 Jul 2009 00:02:50 +0000 (-0400) Subject: cifs: add and use CIFSSMBUnixSetFileInfo for setattr calls X-Git-Tag: v2.6.31-rc3~39^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bbeeb3c93a961bd01b969dd4395ecac0c09db8d;p=pandora-kernel.git cifs: add and use CIFSSMBUnixSetFileInfo for setattr calls cifs: add and use CIFSSMBUnixSetFileInfo for setattr calls When there's an open filehandle, SET_FILE_INFO is apparently preferred over SET_PATH_INFO. Add a new variant that sets a FILE_UNIX_INFO_BASIC infolevel via SET_FILE_INFO and switch cifs_setattr_unix to use the new call when there's an open filehandle available. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed