Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346147
b: refs/heads/master
c: d10b4ea
h: refs/heads/master
i:
  346145: d5c7c92
  346143: 558dcac
v: v3
  • Loading branch information
Philipp Reisner committed Nov 8, 2012
1 parent 4b48897 commit 1f46c32
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 615e087fbd7483fafa28c8a1a4d1656251e0604d
refs/heads/master: d10b4ea32bf2b77a3d56a20992cd549978df7b38
5 changes: 5 additions & 0 deletions trunk/drivers/block/drbd/drbd_receiver.c
Original file line number Diff line number Diff line change
Expand Up @@ -4440,6 +4440,11 @@ static int drbd_disconnected(struct drbd_conf *mdev)

drbd_finish_peer_reqs(mdev);

/* This second workqueue flush is necessary, since drbd_finish_peer_reqs()
might have issued a work again. The one before drbd_finish_peer_reqs() is
necessary to reclain net_ee in drbd_finish_peer_reqs(). */
drbd_flush_workqueue(mdev);

kfree(mdev->p_uuid);
mdev->p_uuid = NULL;

Expand Down

0 comments on commit 1f46c32

Please sign in to comment.