Skip to content
Commit 05112287 authored by Mike Snitzer's avatar Mike Snitzer
Browse files

dm bufio: never crash if dm_bufio_in_request()



All these instances are entirely avoidable given that they speak to
coding mistakes that result in inappropriate use. Proper testing during
development will catch any such coding bug so its best to relax all of
these from BUG_ON to WARN_ON_ONCE.

Signed-off-by: default avatarMike Snitzer <snitzer@kernel.org>
parent 555977dd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment