diff options
Diffstat (limited to 'eio.c')
-rw-r--r-- | eio.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -591,9 +591,7 @@ etp_poll (void) static void etp_cancel (ETP_REQ *req) { - X_LOCK (wrklock); - req->flags |= EIO_FLAG_CANCELLED; - X_UNLOCK (wrklock); + req->cancelled = 1; eio_grp_cancel (req); } |