]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: move buffer pointers into TCP_Server_Info
authorJeff Layton <jlayton@redhat.com>
Wed, 19 Oct 2011 19:29:23 +0000 (15:29 -0400)
committerJeff Layton <jlayton@redhat.com>
Wed, 19 Oct 2011 19:29:23 +0000 (15:29 -0400)
commitdae30b6266854d4daa6a142596dc9f77a55a29f8
tree5a8abdd9c6be0fe34444c579f8a4c3395a77c9e2
parented65140fbcb56d9495d98d4e60ca6794d2d55e38
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