diff options
Diffstat (limited to 'fs/cifs/connect.c')
-rw-r--r-- | fs/cifs/connect.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index 177289771abe..a8f0cbada0f0 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c | |||
@@ -605,6 +605,9 @@ cifs_demultiplex_thread(struct TCP_Server_Info *server) | |||
605 | multi_t2_fnd: | 605 | multi_t2_fnd: |
606 | task_to_wake = mid_entry->tsk; | 606 | task_to_wake = mid_entry->tsk; |
607 | mid_entry->midState = MID_RESPONSE_RECEIVED; | 607 | mid_entry->midState = MID_RESPONSE_RECEIVED; |
608 | #ifdef CONFIG_CIFS_STATS2 | ||
609 | mid_entry->when_received = jiffies; | ||
610 | #endif | ||
608 | break; | 611 | break; |
609 | } | 612 | } |
610 | } | 613 | } |