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

Commit 55056d7e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "aio: hold an extra file reference over AIO read/write operations"

parents ecb71087 fc468d50
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1470,6 +1470,7 @@ rw_common:

		len = ret;

		get_file(file);
		if (rw == WRITE)
			file_start_write(file);

@@ -1477,6 +1478,7 @@ rw_common:

		if (rw == WRITE)
			file_end_write(file);
		fput(file);
		kfree(iovec);
		break;