From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 26/26] honor r/w changes at do_remount() time Date: Sat, 23 Jun 2007 08:51:56 +0100 Message-ID: <20070623075156.GV27954@infradead.org> References: <20070622200303.82D9CC3A@kernel> <20070622200337.70410075@kernel> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: akpm@osdl.org, linux-fsdevel@vger.kernel.org, hch@infradead.org, viro@ftp.linux.org.uk To: Dave Hansen Return-path: Received: from pentafluge.infradead.org ([213.146.154.40]:56185 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751843AbXFWHv6 (ORCPT ); Sat, 23 Jun 2007 03:51:58 -0400 Content-Disposition: inline In-Reply-To: <20070622200337.70410075@kernel> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Fri, Jun 22, 2007 at 01:03:37PM -0700, Dave Hansen wrote: > > > Originally from: Herbert Poetzl > > This is the core of the read-only bind mount patch set. > > Note that this does _not_ add a "ro" option directly to > the bind mount operation. If you require such a mount, > you must first do the bind, then follow it up with a > 'mount -o remount,ro' operation. > > Signed-off-by: Dave Hansen Ok.