commit | cb7691b648bddbfaf6dd8d8068273dbb18d2484c | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Mon Aug 18 15:41:05 2008 -0400 |
committer | Steve French <sfrench@us.ibm.com> | Tue Aug 19 17:11:35 2008 +0000 |
tree | 74c896711abf398255cec10c7b6eb67070bc5ca0 | |
parent | aab3a8c7a3a6a001dd439ed00d4db17a1059803e [diff] |
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 <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>