Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232709
b: refs/heads/master
c: d804d41
h: refs/heads/master
i:
  232707: 9d3fa5c
v: v3
  • Loading branch information
Jeff Layton authored and Steve French committed Jan 31, 2011
1 parent da9bafe commit d849d60
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 68abaffa6bbd3cadfaa4b7216d10bcd32406090b
refs/heads/master: d804d41d163c0975d2890c82d7135ada7a2f23a4
4 changes: 2 additions & 2 deletions trunk/fs/cifs/transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ smb_sendv(struct TCP_Server_Info *server, struct kvec *iov, int n_vec)
server->tcpStatus = CifsNeedReconnect;
}

if (rc < 0) {
if (rc < 0 && rc != -EINTR)
cERROR(1, "Error %d sending data on socket to server", rc);
} else
else
rc = 0;

/* Don't want to modify the buffer as a
Expand Down

0 comments on commit d849d60

Please sign in to comment.