From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Weinberger Subject: Re: [CFT][PATCH] mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by mount Date: Sun, 30 Nov 2014 15:58:38 +0100 Message-ID: <547B309E.9020706@nod.at> References: <20141127101105.GA30605@linux-rxt1.site> <87k32dlicc.fsf@x220.int.ebiederm.org> <87egsllia3.fsf_-_@x220.int.ebiederm.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <87egsllia3.fsf_-_-JOvCrm2gF+uungPnsOpG7nhyD016LWXt@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" , joeyli Cc: Stephen Rothwell , Linux Containers , Andy Lutomirski , Jim Fehlig , Cedric Bosdonnat List-Id: containers.vger.kernel.org Eric, Am 30.11.2014 um 00:05 schrieb Eric W. Biederman: > > Now that remount is properly enforcing the rule that you can't remove > nodev at least sandstorm.io is breaking when performing a remount. > > It turns out that there is an easy intuitive solution implicitly > add nodev on remount when nodev was implicitly added on mount. Is this patch supposed to unbreak libvirt-lxc? At least 1.2.9 is still broken. Thanks, //richard