]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit62549fc9efbf14ba3b9b445e603f15b0d2d9c2b3
tree12d09d46a6410a90818cf41da0a77ecf2882f383
parentc9deea3f39526224d71ffd6bc514861eff68346b
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