From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyrill Gorcunov Subject: Re: [patch 1/4] proc: Introduce the /proc//mfd/ directory Date: Mon, 8 Aug 2011 01:11:54 +0400 Message-ID: <20110807211154.GF2080@sun> References: <20110807210112.245578619@openvz.org> <20110807210526.741513583@openvz.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20110807210526.741513583@openvz.org> Sender: linux-kernel-owner@vger.kernel.org To: Tejun Heo Cc: Nathan Lynch , Oren Laadan , Daniel Lezcano , Serge Hallyn , Andrew Morton , Glauber Costa , containers@lists.osdl.org, linux-kernel@vger.kernel.org, Pavel Emelyanov , Serge Hallyn List-Id: containers.vger.kernel.org On Mon, Aug 08, 2011 at 01:01:13AM +0400, Cyrill Gorcunov wrote: > From: Pavel Emelyanov > > This one behaves similarly to the /proc//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. > > Signed-off-by: Pavel Emelyanov > Reviewed-by: Tejun Heo Ouch, Tejun, I occasionally put your Reviewed-by tag to the wrong patch :/ Sorry. > Acked-by: Serge Hallyn > Signed-off-by: Cyrill Gorcunov > ---