Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346265
b: refs/heads/master
c: a506c13
h: refs/heads/master
i:
  346263: a872d60
v: v3
  • Loading branch information
Lars Ellenberg authored and Philipp Reisner committed Nov 9, 2012
1 parent 4a4ea1c commit 065a01a
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: 1b6dd252e6c631322372c018ed546a108d9869d3
refs/heads/master: a506c13a4d1ec5e1f2f9bc0123dacb5d123004d3
3 changes: 1 addition & 2 deletions trunk/drivers/block/drbd/drbd_worker.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ static void drbd_endio_write_sec_final(struct drbd_peer_request *peer_req) __rel

spin_lock_irqsave(&mdev->tconn->req_lock, flags);
mdev->writ_cnt += peer_req->i.size >> 9;
list_del(&peer_req->w.list); /* has been on active_ee or sync_ee */
list_add_tail(&peer_req->w.list, &mdev->done_ee);
list_move_tail(&peer_req->w.list, &mdev->done_ee);

/*
* Do not remove from the write_requests tree here: we did not send the
Expand Down

0 comments on commit 065a01a

Please sign in to comment.