diff --git a/fs/aio.c b/fs/aio.c index 155f84253f331a4d9d13ffac3d1ea70322b09b11..a6deaa78326d5bd05adafc5b2bee373ca0757b83 100644 --- a/fs/aio.c +++ b/fs/aio.c @@ -1447,8 +1447,6 @@ static ssize_t aio_run_iocb(struct kiocb *req, unsigned opcode, return ret; } - len = ret; - if (rw == WRITE) file_start_write(file);