On Fri 21 Oct 2016 05:02:29 PM CEST, Alberto Garcia wrote:
>> +void fsdev_throttle_request(FsThrottle *fst, bool is_write,
>> +                            struct iovec *iov, int iovcnt)
>
> First, mark the function as running in a coroutine context:
>
> void coroutine_fn fsdev_throttle_request(FsThrottle *fst, bool is_write,
>                                          struct iovec *iov, int
>                                          iovcnt)

Sorry, I forgot to update the function name, it should be
fsdev_co_throttle_request()

Berto

Reply via email to