Re: [RFC] fs, proc: Introduce the /proc/<pid>/map_files/ directory v2

From: Pekka Enberg
Date: Wed Aug 24 2011 - 05:21:33 EST


On Wed, Aug 24, 2011 at 11:53 AM, Cyrill Gorcunov <gorcunov@xxxxxxxxx> wrote:
> From: Pavel Emelyanov <xemul@xxxxxxxxxxxxx>
>
> This one behaves similarly to the /proc/<pid>/fd/ one - it contains symlinks
> one for each mapping with file, the name of a symlink is vma->vm_start, the
> target is the file. Opening a symlink results in a file that point exactly
> to the same inode as them vma's one.
>
> This thing is aimed to help checkpointing processes.

OK, but you really should explain _how_ this will help with checkpointing.

Pekka
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/