From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:59696 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389683AbeIUUay (ORCPT ); Fri, 21 Sep 2018 16:30:54 -0400 From: David Howells In-Reply-To: <20180920151214.15484-2-mszeredi@redhat.com> References: <20180920151214.15484-2-mszeredi@redhat.com> <20180920151214.15484-1-mszeredi@redhat.com> To: Miklos Szeredi Cc: dhowells@redhat.com, Al Viro , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/6] selinux: fold superblock_doinit() into only caller MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <14240.1537540901.1@warthog.procyon.org.uk> Content-Transfer-Encoding: 8BIT Date: Fri, 21 Sep 2018 15:41:41 +0100 Message-ID: <14242.1537540901@warthog.procyon.org.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: This will conflict with my patch to remove a lot of this stuff. You can find it on this branch: https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git/commit/?h=btrfs-mount-api with the subject "security: Remove the set_mnt_opts and clone_mnt_opts ops". Note that both nfs and btrfs need converting before this can be applied. David