From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [RFC][PATCH 1/5] Unroll essentials of do_remount_sb() into devpts Date: Sun, 1 Feb 2009 17:34:40 +0100 Message-ID: <20090201163440.GE3416@lst.de> References: <20090129064259.GA23160@us.ibm.com> <20090129064547.GB23160@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: <20090129064547.GB23160-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:45:47PM -0800, Sukadev Bhattiprolu wrote: > + fsi = DEVPTS_SB(s); > + opts = &fsi->mount_opts; > + parse_mount_options(data, PARSE_REMOUNT, opts); You could probably get rid of at least the fsi variable without making the code less readable. Independent of these cosmetic bits the patch looks good to me.