Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121495
b: refs/heads/master
c: ac6a3ef
h: refs/heads/master
i:
  121493: b9d8bde
  121491: 9da51d5
  121487: 1d37d0e
v: v3
  • Loading branch information
Volker Lendecke authored and Steve French committed Dec 26, 2008
1 parent ed6437a commit 53f5e81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 698e96a826939bb24063f6a61801c174e19c32b1
refs/heads/master: ac6a3ef405f314c206906463ca9913a826a577ee
3 changes: 1 addition & 2 deletions trunk/fs/cifs/transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -1067,8 +1067,7 @@ SendReceiveBlockingLock(const unsigned int xid, struct cifsTconInfo *tcon,

/* rcvd frame is ok */

if ((midQ->resp_buf == NULL) || (out_buf == NULL)
|| (midQ->midState != MID_RESPONSE_RECEIVED)) {
if ((out_buf == NULL) || (midQ->midState != MID_RESPONSE_RECEIVED)) {
rc = -EIO;
cERROR(1, ("Bad MID state?"));
goto out;
Expand Down

0 comments on commit 53f5e81

Please sign in to comment.