Commit 2958ec17 authored by Al Viro's avatar Al Viro

aio: remove a pointless assignment

the value is never used after that point
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent f55532a0
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment