Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231981
b: refs/heads/master
c: dad255b
h: refs/heads/master
i:
  231979: ecd9d5a
v: v3
  • Loading branch information
Jeff Layton authored and Steve French committed Jan 20, 2011
1 parent 3d66098 commit df64d3a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 0ade640e9cda805692dbf688f4bb69e94719275a
refs/heads/master: dad255b182363db1d1124458cd3fb0a4deac0d0f
4 changes: 1 addition & 3 deletions trunk/fs/cifs/transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,8 @@ sync_mid_result(struct mid_q_entry *mid, struct TCP_Server_Info *server)
if (mid->midState == MID_REQUEST_SUBMITTED) {
if (server->tcpStatus == CifsExiting)
rc = -EHOSTDOWN;
else {
server->tcpStatus = CifsNeedReconnect;
else
mid->midState = MID_RETRY_NEEDED;
}
}

if (rc != -EHOSTDOWN) {
Expand Down

0 comments on commit df64d3a

Please sign in to comment.