Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188630
b: refs/heads/master
c: 03c677e
h: refs/heads/master
v: v3
  • Loading branch information
Sage Weil committed Nov 20, 2009
1 parent bb8fd52 commit 1e6ec40
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 0dc2570fab222affe7739b88b5ed04c511d433dc
refs/heads/master: 03c677e1d189ff62891d9f278c55bb798a418b81
3 changes: 1 addition & 2 deletions trunk/fs/ceph/messenger.c
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ void ceph_con_open(struct ceph_connection *con, struct ceph_entity_addr *addr)
set_bit(OPENING, &con->state);
clear_bit(CLOSED, &con->state);
memcpy(&con->peer_addr, addr, sizeof(*addr));
con->delay = 0; /* reset backoff memory */
queue_con(con);
}

Expand Down Expand Up @@ -1162,8 +1163,6 @@ static int process_connect(struct ceph_connection *con)
con->connect_seq);
WARN_ON(con->connect_seq !=
le32_to_cpu(con->in_reply.connect_seq));

con->delay = 0; /* reset backoff memory */
prepare_read_tag(con);
break;

Expand Down

0 comments on commit 1e6ec40

Please sign in to comment.