From 53f5e818cce8f5f287ddb7c82c7c5933815dbb4e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 6 Dec 2008 16:40:40 +0100 Subject: [PATCH] --- yaml --- r: 121495 b: refs/heads/master c: ac6a3ef405f314c206906463ca9913a826a577ee h: refs/heads/master i: 121493: b9d8bde523695c68406ba9dbf9a98e2e8c1330c9 121491: 9da51d5001c136fbc8ff6b302a3b07f2a614c4a2 121487: 1d37d0e8e2243e40a96096be1193cf2e2954a934 v: v3 --- [refs] | 2 +- trunk/fs/cifs/transport.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index bf8021de7bcc..6ea2a1c2db32 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 698e96a826939bb24063f6a61801c174e19c32b1 +refs/heads/master: ac6a3ef405f314c206906463ca9913a826a577ee diff --git a/trunk/fs/cifs/transport.c b/trunk/fs/cifs/transport.c index 7e10b13d130b..7ebe6599ed3a 100644 --- a/trunk/fs/cifs/transport.c +++ b/trunk/fs/cifs/transport.c @@ -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;