the bitrig master branch has been updated by patrick with 1 new commit: commit 5e44038a0832bbb85d4216912e9ba4faa52a95e5 diff: https://github.com/bitrig/bitrig/commit/5e44038 author: Patrick Wildt <[email protected]> date: Fri May 29 14:05:35 2015 +0200
nbd: propagate send error to request On failing to send a request/write, end requests with an error instead of exiting the kthread and leaving everyone waiting. This fixes a hang when NBD is used as root filesystem and a transfer fails. M sys/dev/nbd.c
