On Sun, 14 Dec 2014 17:39:36 -0500 Benjamin LaHaise <bcrl@xxxxxxxxx> wrote: > How about the documentation/comment updates below? lgtm. > ... > > +/* aio_ring_remap() > + * Called when th aio event ring is being relocated within the process' "the" > + * address space. The primary purpose is to update the saved address of > + * the aio event ring so that when the ioctx is detroyed, it gets removed > + * from the correct userspace address. This is typically used when > + * reloading a process back into memory by checkpoint-restore. > + */ > static void aio_ring_remap(struct file *file, struct vm_area_struct *vma) > { > struct mm_struct *mm = vma->vm_mm; -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>