aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/connect.c')
-rw-r--r--fs/cifs/connect.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
index 390f22fa3439..c999583d11b0 100644
--- a/fs/cifs/connect.c
+++ b/fs/cifs/connect.c
@@ -396,6 +396,10 @@ cifs_demultiplex_thread(struct TCP_Server_Info *server)
396 smb_buffer; 396 smb_buffer;
397 mid_entry->midState = 397 mid_entry->midState =
398 MID_RESPONSE_RECEIVED; 398 MID_RESPONSE_RECEIVED;
399 if(isLargeBuf)
400 mid_entry->largeBuf = 1;
401 else
402 mid_entry->largeBuf = 0;
399 } 403 }
400 } 404 }
401 spin_unlock(&GlobalMid_Lock); 405 spin_unlock(&GlobalMid_Lock);