Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196879
b: refs/heads/master
c: 31a31dc
h: refs/heads/master
i:
  196877: 06f1ad5
  196875: ffbf4f7
  196871: b29eed4
  196863: 85dcddb
v: v3
  • Loading branch information
Philipp Reisner authored and Jens Axboe committed May 21, 2010
1 parent 3bd6eb4 commit c9e0113
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: df96e96f76571c30d903829a7b2ab2b421028790
refs/heads/master: 31a31dccdd308d5ec7f9a1197a7875a246a348dc
5 changes: 4 additions & 1 deletion trunk/drivers/block/drbd/drbd_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,10 @@ static int w_new_current_uuid(struct drbd_conf *mdev, struct drbd_work *w, int c
{
if (get_ldev(mdev)) {
drbd_uuid_new_current(mdev);
drbd_send_uuids(mdev);
if (get_net_conf(mdev)) {
drbd_send_uuids(mdev);
put_net_conf(mdev);
}
drbd_md_sync(mdev);
put_ldev(mdev);
}
Expand Down

0 comments on commit c9e0113

Please sign in to comment.