cifs: make cnvrtDosUnixTm take a little-endian args and an offset
authorJeff Layton <jlayton@redhat.com>
Wed, 27 May 2009 13:37:33 +0000 (09:37 -0400)
committerSteve French <sfrench@us.ibm.com>
Thu, 28 May 2009 14:57:20 +0000 (14:57 +0000)
commitc4a2c08db7d976c2e23a97da5d69ec7c9701034d
tree803c588c4f60a50bbc3cf6465cb380c8ee95e3cd
parent07119a4df8c8c77d888f2f46964ea9512ea84ff8
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>
fs/cifs/cifsproto.h
fs/cifs/cifssmb.c
fs/cifs/netmisc.c
fs/cifs/readdir.c