From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:40692 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728182AbeJLW1B (ORCPT ); Fri, 12 Oct 2018 18:27:01 -0400 From: David Howells In-Reply-To: <02ae06f0-b6af-7f3e-8ccf-b3d80d7e27b0@gmail.com> References: <02ae06f0-b6af-7f3e-8ccf-b3d80d7e27b0@gmail.com> <5c6f3d62-4cec-2aea-4693-62928611c526@gmail.com> <153754740781.17872.7869536526927736855.stgit@warthog.procyon.org.uk> <153754743491.17872.12115848333103740766.stgit@warthog.procyon.org.uk> <862e36a2-2a6f-4e26-3228-8cab4b4cf230@gmail.com> <25990.1539174969@warthog.procyon.org.uk> To: Alan Jenkins Cc: dhowells@redhat.com, viro@zeniv.linux.org.uk, torvalds@linux-foundation.org, ebiederm@xmission.com, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, mszeredi@redhat.com Subject: Re: [PATCH 03/34] teach move_mount(2) to work with OPEN_TREE_CLONE [ver #12] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3204.1539356049.1@warthog.procyon.org.uk> Date: Fri, 12 Oct 2018 15:54:09 +0100 Message-ID: <3205.1539356049@warthog.procyon.org.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Alan Jenkins wrote: > + open_tree_clone \ > + move_mount \ I'll rename them to test-XXX if you're okay with that. David