Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276604
b: refs/heads/master
c: 95edcff
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Layton authored and Steve French committed Dec 9, 2011
1 parent 24a9909 commit 24f059b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 59edb63ad08e4f3a9477223c9aaf3fba753085bf
refs/heads/master: 95edcff497b126a3f3e079e94b20fe2ca7e5a63d
2 changes: 2 additions & 0 deletions trunk/fs/cifs/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,8 @@ cifs_readv_from_socket(struct TCP_Server_Info *server, struct kvec *iov_orig,
smb_msg.msg_controllen = 0;

for (total_read = 0; to_read; total_read += length, to_read -= length) {
try_to_freeze();

if (server_unresponsive(server)) {
total_read = -EAGAIN;
break;
Expand Down

0 comments on commit 24f059b

Please sign in to comment.