diff options
author | Steve French <sfrench@us.ibm.com> | 2006-09-30 13:25:52 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-09-30 13:25:52 +0000 |
commit | de7ed55dbb2f2c44be669d56c4adf28cbffb26ce (patch) | |
tree | 07dcca53b776d7bcfa25d4c7c6c614618f186b3d /fs/cifs/cifsglob.h | |
parent | 9ac00b7d96045fa3ce573e0ad5cdc0350ad8e1d2 (diff) | |
download | blackbird-obmc-linux-de7ed55dbb2f2c44be669d56c4adf28cbffb26ce.tar.gz blackbird-obmc-linux-de7ed55dbb2f2c44be669d56c4adf28cbffb26ce.zip |
[CIFS] Make use of newer QFSInfo dependent on capability bit instead of
whether we negotiated legacy lanman dialect so we do not keep retrying
for mount to WindowsME
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 597afdf4c69c..74d3ccbb103b 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h @@ -153,7 +153,7 @@ struct TCP_Server_Info { char sessid[4]; /* unique token id for this session */ /* (returned on Negotiate */ int capabilities; /* allow selective disabling of caps by smb sess */ - __u16 timeAdj; /* Adjust for difference in server time zone in sec */ + int timeAdj; /* Adjust for difference in server time zone in sec */ __u16 CurrentMid; /* multiplex id - rotating counter */ char cryptKey[CIFS_CRYPTO_KEY_SIZE]; /* 16th byte of RFC1001 workstation name is always null */ |