diff options
author | Jeff Layton <jlayton@redhat.com> | 2010-04-24 13:57:46 +0200 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-04-27 04:17:08 +0200 |
commit | 9bf67e516f16d31f86aa6f063576a959bbf19990 (patch) | |
tree | beb24974deea12bbb261e6257946ac12a7fc66f1 /fs/cifs/cifsglob.h | |
parent | cifs: change && to || (diff) | |
download | linux-9bf67e516f16d31f86aa6f063576a959bbf19990.tar.xz linux-9bf67e516f16d31f86aa6f063576a959bbf19990.zip |
cifs: save the dialect chosen by server
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 4a2715b389c6..c412568b4a1a 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h @@ -185,6 +185,7 @@ struct TCP_Server_Info { struct mac_key mac_signing_key; char ntlmv2_hash[16]; unsigned long lstrp; /* when we got last response from this server */ + u16 dialect; /* dialect index that server chose */ }; /* |