Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);