diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/cifs/connect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index 1f4bc7181701..cf40e245fcf4 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c | |||
@@ -1670,7 +1670,7 @@ void reset_cifs_unix_caps(int xid, struct cifsTconInfo * tcon, | |||
1670 | /* We might be setting the path sep back to a different | 1670 | /* We might be setting the path sep back to a different |
1671 | form if we are reconnecting and the server switched its | 1671 | form if we are reconnecting and the server switched its |
1672 | posix path capability for this share */ | 1672 | posix path capability for this share */ |
1673 | if(CIFS_SB(sb)->prepathlen > 0) | 1673 | if(sb && (CIFS_SB(sb)->prepathlen > 0)) |
1674 | CIFS_SB(sb)->prepath[0] = CIFS_DIR_SEP(CIFS_SB(sb)); | 1674 | CIFS_SB(sb)->prepath[0] = CIFS_DIR_SEP(CIFS_SB(sb)); |
1675 | 1675 | ||
1676 | cFYI(1,("Negotiate caps 0x%x",(int)cap)); | 1676 | cFYI(1,("Negotiate caps 0x%x",(int)cap)); |