1745a49bbd
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/criu#f5835fc9be37013ad11a7e6f433cce21ca56ec97
12 lines
289 B
Diff
12 lines
289 B
Diff
--- a/criu/aio.c 2015-07-01 11:02:50.360004543 -0400
|
|
+++ b/criu/aio.c 2015-07-01 11:03:33.099757812 -0400
|
|
@@ -74,7 +74,7 @@
|
|
* up back to the k_max_reqs.
|
|
*/
|
|
|
|
- return (k_max_reqs - 2) / 2;
|
|
+ return (k_max_reqs - 2);
|
|
}
|
|
|
|
unsigned long aio_rings_args_size(struct vm_area_list *vmas)
|