View | Details | Raw Unified | Return to bug 113379
Collapse All | Expand All

(-)a/fs/cifs/connect.c (+2 lines)
Lines 344-349 cifs_demultiplex_thread(struct TCP_Serve Link Here
344
	}
344
	}
345
345
346
	while (server->tcpStatus != CifsExiting) {
346
	while (server->tcpStatus != CifsExiting) {
347
		if (try_to_freeze())
348
			continue;
347
		if (bigbuf == NULL) {
349
		if (bigbuf == NULL) {
348
			bigbuf = cifs_buf_get();
350
			bigbuf = cifs_buf_get();
349
			if(bigbuf == NULL) {
351
			if(bigbuf == NULL) {

Return to bug 113379