aio: io_cancel() no longer returns the io_event
[deliverable/linux.git] / include / linux / aio.h
index 1bdf965339f9bef4222a5bc739efc0b23807e35e..8c8dd1d84d2eeec4614c8d319d9f820ca5c2751b 100644 (file)
@@ -27,7 +27,7 @@ struct kiocb;
  */
 #define KIOCB_CANCELLED                ((void *) (~0ULL))
 
-typedef int (kiocb_cancel_fn)(struct kiocb *, struct io_event *);
+typedef int (kiocb_cancel_fn)(struct kiocb *);
 
 struct kiocb {
        atomic_t                ki_users;
This page took 0.04849 seconds and 5 git commands to generate.