From: Jeff Layton Date: Wed, 19 Oct 2011 19:29:23 +0000 (-0400) Subject: cifs: move buffer pointers into TCP_Server_Info X-Git-Tag: v3.2-rc1~133^2~9^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a37ef94bb153fad13cbb091aab679d7c8b9a67f;p=pandora-kernel.git 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 Signed-off-by: Jeff Layton --- Reading git-diff-tree failed