mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-14 17:53:39 +00:00
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:
parent
ab53b90e89
commit
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user