cifs: have cifs_cleanup_volume_info not take a double pointer
authorJeff Layton <jlayton@redhat.com>
Wed, 6 Jul 2011 12:10:37 +0000 (08:10 -0400)
committerSteve French <sfrench@us.ibm.com>
Wed, 6 Jul 2011 20:03:05 +0000 (20:03 +0000)
...as that makes for a cumbersome interface. Make it take a regular
smb_vol pointer and rely on the caller to zero it out if needed.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: Pavel Shilovsky <piastryyy@gmail.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>

No differences found