[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20141214215318.b2b41f06.akpm@linux-foundation.org>
Date: Sun, 14 Dec 2014 21:53:18 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: Benjamin LaHaise <bcrl@...ck.org>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
linux-aio@...ck.org, Linux Kernel <linux-kernel@...r.kernel.org>,
linux-mm <linux-mm@...ck.org>
Subject: Re: [GIT PULL] aio: changes for 3.19
On Sun, 14 Dec 2014 17:39:36 -0500 Benjamin LaHaise <bcrl@...ck.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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists