commit | a41421edb926fcc8f212742b2e7a1f21c9047853 | [log] [tgz] |
---|---|---|
author | Anton Ivanov <anton.ivanov@cambridgegreys.com> | Wed Nov 14 18:41:08 2018 +0000 |
committer | Richard Weinberger <richard@nod.at> | Thu Dec 27 22:48:20 2018 +0100 |
tree | ef4205b7c195d874a879798a2319063456deda27 | |
parent | 53766defb8c860a47e2a965f5b4b05ed2848e2d0 [diff] |
um: Remove unsafe printks from the io thread Printk out of the io thread has been proven to be unsafe. This is not surprising as the thread is part of the UML hypervisor code. It is not supposed to invoke any kernel code/resources. It is necesssary to pass the error to the block IO layer and let it Signed-off-by: Anton Ivanov <anton.ivanov@cambridgegreys.com> Signed-off-by: Richard Weinberger <richard@nod.at>