mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-10 01:56:09 +00:00
We've had bugs in allocators that return success and crazy block numbers. The bad block numbers eventually make their way down to the context-free kernel warning that IO was attempted outside the device. This at least gives us a stack trace to help find where it's coming from. Signed-off-by: Zach Brown <zab@versity.com>