From 9ec5a0945ff19e73cf8953060270c9d558be0847 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 5 Jul 2011 20:34:42 +0000 Subject: *** empty log message *** --- eio.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'eio.c') diff --git a/eio.c b/eio.c index 58a8c84..249ecea 100644 --- a/eio.c +++ b/eio.c @@ -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); } -- cgit v1.2.3