diff --git a/[refs] b/[refs] index afedcfed2b81..4f8827442d93 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 76429c148b939f5a6863c0a024eb8960ae91469a +refs/heads/master: 64474bdd07f673cc48509ea0375274422c8f73bf diff --git a/trunk/fs/cifs/connect.c b/trunk/fs/cifs/connect.c index 945b2202275f..1f32a2893b5f 100644 --- a/trunk/fs/cifs/connect.c +++ b/trunk/fs/cifs/connect.c @@ -633,11 +633,11 @@ cifs_demultiplex_thread(struct TCP_Server_Info *server) mid_entry->largeBuf = isLargeBuf; multi_t2_fnd: mid_entry->midState = MID_RESPONSE_RECEIVED; - list_del_init(&mid_entry->qhead); - mid_entry->callback(mid_entry); #ifdef CONFIG_CIFS_STATS2 mid_entry->when_received = jiffies; #endif + list_del_init(&mid_entry->qhead); + mid_entry->callback(mid_entry); break; } mid_entry = NULL;