1
0
Fork 0

drbd: Remove useless assertion

Signed-off-by: Andreas Gruenbacher <agruen@linbit.com>
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
hifive-unleashed-5.1
Andreas Gruenbacher 2011-08-24 08:19:41 +02:00 committed by Philipp Reisner
parent c60b0251d9
commit 137975c13c
1 changed files with 1 additions and 3 deletions

View File

@ -1162,10 +1162,8 @@ static int w_after_state_ch(struct drbd_work *w, int unused)
struct drbd_device *device = w->device;
after_state_ch(device, ascw->os, ascw->ns, ascw->flags);
if (ascw->flags & CS_WAIT_COMPLETE) {
D_ASSERT(device, ascw->done != NULL);
if (ascw->flags & CS_WAIT_COMPLETE)
complete(ascw->done);
}
kfree(ascw);
return 0;