You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Merge git://git.kvack.org/~bcrl/aio-next
Pull aio updates from Benjamin LaHaise. * git://git.kvack.org/~bcrl/aio-next: aio: Skip timer for io_getevents if timeout=0 aio: Make it possible to remap aio ring
This commit is contained in:
+2
-1
@@ -288,7 +288,8 @@ static unsigned long move_vma(struct vm_area_struct *vma,
|
||||
old_len = new_len;
|
||||
old_addr = new_addr;
|
||||
new_addr = -ENOMEM;
|
||||
}
|
||||
} else if (vma->vm_file && vma->vm_file->f_op->mremap)
|
||||
vma->vm_file->f_op->mremap(vma->vm_file, new_vma);
|
||||
|
||||
/* Conceal VM_ACCOUNT so old reservation is not undone */
|
||||
if (vm_flags & VM_ACCOUNT) {
|
||||
|
||||
Reference in New Issue
Block a user