diff options
| -rw-r--r-- | arch/um/os-Linux/aio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/os-Linux/aio.c b/arch/um/os-Linux/aio.c index 298d5632128b..f6e64026f995 100644 --- a/arch/um/os-Linux/aio.c +++ b/arch/um/os-Linux/aio.c | |||
| @@ -144,6 +144,7 @@ static int aio_thread(void *arg) | |||
| 144 | "errno = %d\n", errno); | 144 | "errno = %d\n", errno); |
| 145 | } | 145 | } |
| 146 | else { | 146 | else { |
| 147 | /* This is safe as we've just a pointer here. */ | ||
| 147 | aio = (struct aio_context *) (long) event.data; | 148 | aio = (struct aio_context *) (long) event.data; |
| 148 | if(update_aio(aio, event.res)){ | 149 | if(update_aio(aio, event.res)){ |
| 149 | do_aio(ctx, aio); | 150 | do_aio(ctx, aio); |
