commit | c4a2c08db7d976c2e23a97da5d69ec7c9701034d | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Wed May 27 09:37:33 2009 -0400 |
committer | Steve French <sfrench@us.ibm.com> | Thu May 28 14:57:20 2009 +0000 |
tree | 803c588c4f60a50bbc3cf6465cb380c8ee95e3cd | |
parent | 07119a4df8c8c77d888f2f46964ea9512ea84ff8 [diff] |
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 <jlayton@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Steve French <sfrench@us.ibm.com>