]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/cifs/cifsglob.h
cifs: track the enablement of signing in the TCP_Server_Info
[mirror_ubuntu-bionic-kernel.git] / fs / cifs / cifsglob.h
index 2f3a89a2c497767ac47e549f2fbaebe47ab15f0c..49020ae460cff5e0e1dd5c9e34bfc5d1d1b5c4ff 100644 (file)
@@ -511,6 +511,7 @@ struct TCP_Server_Info {
        struct task_struct *tsk;
        char server_GUID[16];
        __u16 sec_mode;
+       bool sign; /* is signing enabled on this connection? */
        bool session_estab; /* mark when very first sess is established */
 #ifdef CONFIG_CIFS_SMB2
        int echo_credits;  /* echo reserved slots */