cifs: move buffer pointers into TCP_Server_Info
commit2a37ef94bb153fad13cbb091aab679d7c8b9a67f
authorJeff Layton <jlayton@redhat.com>
Wed, 19 Oct 2011 19:29:23 +0000 (19 15:29 -0400)
committerJeff Layton <jlayton@redhat.com>
Wed, 19 Oct 2011 19:29:23 +0000 (19 15:29 -0400)
tree5a8abdd9c6be0fe34444c579f8a4c3395a77c9e2
parentffc00e27aa5d343eb71068c185cdbd65871ccdce
cifs: move buffer pointers into TCP_Server_Info

We have several functions that need to access these pointers. Currently
that's done with a lot of double pointer passing. Instead, move them
into the TCP_Server_Info and simplify the handling.

Reviewed-and-Tested-by: Pavel Shilovsky <piastry@etersoft.ru>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
fs/cifs/cifsglob.h
fs/cifs/connect.c