Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74071
b: refs/heads/master
c: 2a97468
h: refs/heads/master
i:
  74069: 313819b
  74067: 3e27d27
  74063: 70034a4
v: v3
  • Loading branch information
Petr Tesarik authored and Steve French committed Nov 20, 2007
1 parent e63d7ce commit 8277770
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: f7a44eadd5a03b8455c7caab402ce96811c6903d
refs/heads/master: 2a97468024fb5b6eccee2a67a7796485c829343a
6 changes: 3 additions & 3 deletions trunk/fs/cifs/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,9 +438,9 @@ cifs_demultiplex_thread(struct TCP_Server_Info *server)
csocket = server->ssocket;
wake_up(&server->response_q);
continue;
} else if (length < 4) {
cFYI(1, ("less than four bytes received (%d bytes)",
length));
} else if (length < pdu_length) {
cFYI(1, ("requested %d bytes but only got %d bytes",
pdu_length, length));
pdu_length -= length;
msleep(1);
goto incomplete_rcv;
Expand Down

0 comments on commit 8277770

Please sign in to comment.