From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [RFC][PATCH 3/5] Move common mknod_ptmx() calls into caller Date: Sun, 1 Feb 2009 17:36:53 +0100 Message-ID: <20090201163653.GG3416@lst.de> References: <20090129064259.GA23160@us.ibm.com> <20090129064643.GD23160@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20090129064643.GD23160-r/Jw6+rmf7HQT0dZR+AlfA@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: Sukadev Bhattiprolu Cc: "David C. Hansen" , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org, Containers , Christoph Hellwig , Alan Cox List-Id: containers.vger.kernel.org On Wed, Jan 28, 2009 at 10:46:43PM -0800, Sukadev Bhattiprolu wrote: > > From: Sukadev Bhattiprolu > Date: Wed, 28 Jan 2009 18:54:25 -0800 > Subject: [RFC][PATCH 3/5] Move common mknod_ptmx() calls into caller > > We create 'ptmx' node in both single-instance and multiple-instance > mounts. So devpts_get_sb() can call mknod_ptmx() once rather than > have both modes calling mknod_ptmx() separately. Looks good.