From: Jeff Layton Date: Wed, 27 May 2009 13:37:33 +0000 (-0400) Subject: cifs: make cnvrtDosUnixTm take a little-endian args and an offset X-Git-Tag: v2.6.31-rc1~394^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4a2c08db7d976c2e23a97da5d69ec7c9701034d;p=pandora-kernel.git cifs: make cnvrtDosUnixTm take a little-endian args and an offset The callers primarily end up converting the args from le anyway. Also, most of the callers end up needing to add an offset to the result. The exception to these rules is cnvrtDosCifsTm, but there are no callers of that function, so we might as well remove it. Signed-off-by: Jeff Layton Reviewed-by: Christoph Hellwig Signed-off-by: Steve French --- Reading git-diff-tree failed