cifs: change cifs_get_name_from_search_buf to use new unicode helper
authorJeff Layton <jlayton@redhat.com>
Thu, 30 Apr 2009 11:18:00 +0000 (07:18 -0400)
committerSteve French <sfrench@us.ibm.com>
Thu, 30 Apr 2009 15:45:01 +0000 (15:45 +0000)
commitf58841666bc22e827ca0dcef7b71c7bc2758ce82
tree5391996d11f791a6ade2c1df1ed795be2cc6e1ab
parent460b96960d1946914e50316ffeefe7b41dddce91
cifs: change cifs_get_name_from_search_buf to use new unicode helper

...and remove cifs_convertUCSpath. There are no more callers. Also add a
#define for the buffer used in the readdir path so that we don't have so
many magic numbers floating around.

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/cifsproto.h
fs/cifs/misc.c
fs/cifs/readdir.c