cifs: change CIFSSMBUnixQuerySymLink to use new helpers
authorJeff Layton <jlayton@redhat.com>
Thu, 30 Apr 2009 11:17:56 +0000 (07:17 -0400)
committerSteve French <sfrench@us.ibm.com>
Thu, 30 Apr 2009 15:45:00 +0000 (15:45 +0000)
commit460b96960d1946914e50316ffeefe7b41dddce91
tree12d09d46a6410a90818cf41da0a77ecf2882f383
parent59140797c5817363087b0ffb46e6bb81a11fe0dc
cifs: change CIFSSMBUnixQuerySymLink to use new helpers

Change CIFSSMBUnixQuerySymLink to use the new unicode helper functions.
Also change the calling conventions so that the allocation of the target
name buffer is done in CIFSSMBUnixQuerySymLink rather than by the caller.

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/cifssmb.c
fs/cifs/link.c