[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>
This commit is contained in:
Steve French
2006-09-30 13:25:52 +00:00
parent 9ac00b7d96
commit de7ed55dbb
2 changed files with 2 additions and 2 deletions

View File

@@ -199,7 +199,7 @@ cifs_statfs(struct dentry *dentry, struct kstatfs *buf)
/* Only need to call the old QFSInfo if failed
on newer one */
if(rc)
if((pTcon->ses->flags & CIFS_SES_LANMAN) == 0)
if(pTcon->ses->capabilities & CAP_NT_SMBS)
rc = CIFSSMBQFSInfo(xid, pTcon, buf); /* not supported by OS2 */
/* Some old Windows servers also do not support level 103, retry with