On Sun, 14 Dec 2014 17:39:36 -0500 Benjamin LaHaise <b...@kvack.org> 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 from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to