Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31a31dcc authored by Philipp Reisner's avatar Philipp Reisner Committed by Jens Axboe
Browse files

drbd: Do not Oops when C_STANDALONE when uuid gets generated



Got introduces with

commit 0c3f3451
Author: Philipp Reisner <philipp.reisner@linbit.com>
Date:   Mon May 17 16:10:43 2010 +0200

    drbd: Create new current UUID as late as possible

Signed-off-by: default avatarPhilipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: default avatarLars Ellenberg <lars.ellenberg@linbit.com>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent df96e96f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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);
		if (get_net_conf(mdev)) {
			drbd_send_uuids(mdev);
			put_net_conf(mdev);
		}
		drbd_md_sync(mdev);
		put_ldev(mdev);
	}