From: Jeff Layton Date: Mon, 18 Aug 2008 19:41:05 +0000 (-0400) Subject: cifs: add local server pointer to cifs_setup_session X-Git-Tag: v2.6.27-rc5~27^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb7691b648bddbfaf6dd8d8068273dbb18d2484c;p=pandora-kernel.git cifs: add local server pointer to cifs_setup_session cifs_setup_session references pSesInfo->server several times. That pointer shouldn't change during the life of the function so grab it once and store it in a local var. This makes the code look a little cleaner too. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed