commit | 2a37ef94bb153fad13cbb091aab679d7c8b9a67f | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Wed Oct 19 15:29:23 2011 -0400 |
committer | Jeff Layton <jlayton@redhat.com> | Wed Oct 19 15:29:23 2011 -0400 |
tree | 5a8abdd9c6be0fe34444c579f8a4c3395a77c9e2 | |
parent | ffc00e27aa5d343eb71068c185cdbd65871ccdce [diff] |
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>