cifs: add local server pointer to cifs_setup_session
authorJeff Layton <jlayton@redhat.com>
Mon, 18 Aug 2008 19:41:05 +0000 (15:41 -0400)
committerSteve French <sfrench@us.ibm.com>
Tue, 19 Aug 2008 17:11:35 +0000 (17:11 +0000)
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 <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>

No differences found