[CIFS] Remove unneeded QuerySymlink call and fix mapping for unmapped status
[deliverable/linux.git] / fs / cifs / connect.c
index 39f5362e2cb5ff183932098421bbcfebe4395c68..9d2ebab53db74a3550d1707bb2507e62f4643798 100644 (file)
@@ -3509,8 +3509,6 @@ int cifs_setup_session(unsigned int xid, struct cifsSesInfo *pSesInfo,
                                           struct nls_table *nls_info)
 {
        int rc = 0;
-       char ntlm_session_key[CIFS_SESS_KEY_SIZE];
-       bool ntlmv2_flag = false;
        int first_time = 0;
        struct TCP_Server_Info *server = pSesInfo->server;
 
This page took 0.030616 seconds and 5 git commands to generate.