From: Jeff Layton Date: Sat, 2 Aug 2008 11:26:12 +0000 (-0400) Subject: move file time and dos attribute setting logic into new function X-Git-Tag: v2.6.27-rc3~65^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feb3e20cee25729447e1abdcb40c040b691d457a;p=pandora-kernel.git move file time and dos attribute setting logic into new function Break up cifs_setattr further by moving the logic that sets file times and dos attributes into a separate function. This patch also refactors the logic a bit so that when the file is already open then we go ahead and do a SetFileInfo call. SetPathInfo seems to be unreliable when setting times on open files. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed