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

Commit 35d895ef 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 7cdba0c2 4afc8e76
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1447,6 +1447,7 @@ rw_common:
			break;
		}

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

@@ -1459,6 +1460,7 @@ rw_common:

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

	case IOCB_CMD_FDSYNC: