cifs: add new function to get unicode string length in bytes
authorJeff Layton <jlayton@redhat.com>
Thu, 30 Apr 2009 10:46:32 +0000 (06:46 -0400)
committerSteve French <sfrench@us.ibm.com>
Thu, 30 Apr 2009 15:45:00 +0000 (15:45 +0000)
commit69f801fcaa03be83d58c564f00913b7c172808e4
tree35e359acc85bef8669b001ccb412afb96d256a82
parent7fabf0c9479fef9fdb9528a5fbdb1cb744a744a4
cifs: add new function to get unicode string length in bytes

Working in units of words means we do a lot of unnecessary conversion back
and forth. Standardize on bytes instead since that's more useful for
allocating buffers and such. Also, remove hostlen_fromUCS since the new
function has a similar purpose.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Acked-by: Suresh Jayaraman <sjayaraman@suse.de>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifs_unicode.c
fs/cifs/cifs_unicode.h
fs/cifs/cifssmb.c