Re: [PATCH 3/3] staging: vchiq: make wait events interruptible

2019-04-05 Thread Stefan Wahren
Am 05.04.19 um 13:34 schrieb Nicolas Saenz Julienne: > The killable version of wait_event() is meant to be used on situations > where it's not meant to fail at all costs, but still have the convenience > of being able to kill it if really necessary. For instance it's used > while waiting on an page

[PATCH 3/3] staging: vchiq: make wait events interruptible

2019-04-05 Thread Nicolas Saenz Julienne
The killable version of wait_event() is meant to be used on situations where it's not meant to fail at all costs, but still have the convenience of being able to kill it if really necessary. For instance it's used while waiting on an page write on some file systems. Wait events in VCHIQ don't fit