drbd: fix wrong assert in completion/retry path of failed local reads
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
This commit is contained in:
Родитель
ab53b90e89
Коммит
629663c942
|
@ -349,7 +349,7 @@ void req_may_be_completed(struct drbd_request *req, struct bio_and_error *m)
|
|||
* what about (RQ_LOCAL_PENDING | RQ_LOCAL_ABORTED)?
|
||||
*/
|
||||
D_ASSERT(!(s & RQ_LOCAL_PENDING));
|
||||
D_ASSERT(s & RQ_NET_DONE);
|
||||
D_ASSERT((s & RQ_NET_MASK) == 0 || (s & RQ_NET_DONE));
|
||||
}
|
||||
}
|
||||
req_may_be_done(req);
|
||||
|
|
Загрузка…
Ссылка в новой задаче