On 07/25/2017 11:28 AM, Dmitry Monakhov wrote:
> It can be any workqueue I've pick rsv_conversion_wq because it is
> already exists.
>
Ugh, why not system_wq?
___
Devel mailing list
Devel@openvz.org
https://lists.openvz.org/mailman/listinfo/devel
Currenlty error from device result in ext4_abort, but uevent not generated
because
ext4_abort() caller's context do not allow GFP_KERNEL memory allocation.
Let's relax submission context requirement and deffer actual uevent submission
to work_queue. It can be any workqueue I've pick rsv_conversio