[CIFS] Missing parenthesis and typo in previous fix

Signed-off-by: Steve French <sfrench@us.ibm.com>
此提交包含在:
Steve French
2005-11-29 21:22:19 -08:00
父節點 606c0dafbe
當前提交 2a138ebb01
共有 2 個檔案被更改,包括 3 行新增2 行删除

查看文件

@@ -921,7 +921,7 @@ static int cifs_dnotify_thread(void * dummyarg)
ses = list_entry(tmp, struct cifsSesInfo,
cifsSessionList);
if(ses && ses->server &&
atomic_read(&ses->server->inSend))
atomic_read(&ses->server->inFlight))
wake_up_all(&ses->server->response_q);
}
read_unlock(&GlobalSMBSeslock);