Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188708
b: refs/heads/master
c: 6c5d1a4
h: refs/heads/master
v: v3
  • Loading branch information
Sage Weil committed Feb 14, 2010
1 parent b4ab6d5 commit 7316b56
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: 8031049147c58d9d8b6226c3ac31a9d72d053e25
refs/heads/master: 6c5d1a49e5e88ee831117f4b2375829933ad15da
4 changes: 2 additions & 2 deletions trunk/fs/ceph/messenger.c
Original file line number Diff line number Diff line change
Expand Up @@ -463,11 +463,11 @@ static void prepare_write_message(struct ceph_connection *con)
struct ceph_msg, list_head);
con->out_msg = m;
if (test_bit(LOSSYTX, &con->state)) {
list_del_init(&m->list_head);
} else {
/* put message on sent list */
ceph_msg_get(m);
list_move_tail(&m->list_head, &con->out_sent);
} else {
list_del_init(&m->list_head);
}

m->hdr.seq = cpu_to_le64(++con->out_seq);
Expand Down

0 comments on commit 7316b56

Please sign in to comment.