diff options
author | Steve French <sfrench@us.ibm.com> | 2005-11-30 00:22:19 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-11-30 00:22:19 -0500 |
commit | 2a138ebb012ac42c082ae8b40c87c1f265664391 (patch) | |
tree | 181d9e6de5edd82eaf7d36c9946f93f68945ca2c /fs/cifs/cifsfs.c | |
parent | 606c0dafbe88102d64c1253caed8a2c36987070f (diff) |
[CIFS] Missing parenthesis and typo in previous fix
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsfs.c')
-rw-r--r-- | fs/cifs/cifsfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index f4974b41e485..2a13a2bac8f1 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c | |||
@@ -921,7 +921,7 @@ static int cifs_dnotify_thread(void * dummyarg) | |||
921 | ses = list_entry(tmp, struct cifsSesInfo, | 921 | ses = list_entry(tmp, struct cifsSesInfo, |
922 | cifsSessionList); | 922 | cifsSessionList); |
923 | if(ses && ses->server && | 923 | if(ses && ses->server && |
924 | atomic_read(&ses->server->inSend)) | 924 | atomic_read(&ses->server->inFlight)) |
925 | wake_up_all(&ses->server->response_q); | 925 | wake_up_all(&ses->server->response_q); |
926 | } | 926 | } |
927 | read_unlock(&GlobalSMBSeslock); | 927 | read_unlock(&GlobalSMBSeslock); |