From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gao feng Subject: Re: [PATCH 02/11] procfs: Don't cache a pid in the root inode. Date: Wed, 21 Nov 2012 09:07:41 +0800 Message-ID: <50AC295D.9040101@cn.fujitsu.com> References: <8739097bkk.fsf@xmission.com> <1353083750-3621-1-git-send-email-ebiederm@xmission.com> <1353083750-3621-2-git-send-email-ebiederm@xmission.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1353083750-3621-2-git-send-email-ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: "Eric W. Biederman" Cc: Linux Containers , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Andrew Morton , Oleg Nesterov List-Id: containers.vger.kernel.org On 2012/11/17 00:35, Eric W. Biederman wrote: > From: "Eric W. Biederman" > > Now that we have s_fs_info pointing to our pid namespace > the original reason for the proc root inode having a struct > pid is gone. > > Caching a pid in the root inode has led to some complicated > code. Now that we don't need the struct pid, just remove it. > > Signed-off-by: Eric W. Biederman > --- Acked-by: Gao feng