Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp858124imm; Wed, 10 Oct 2018 05:32:38 -0700 (PDT) X-Google-Smtp-Source: ACcGV61e9vxAqG2zd4ne6+a89NgnvMVcH8Q0daoIf593BFVlHVu0mG/Gj6/dpojP/dBiiN7XDWUy X-Received: by 2002:a62:4151:: with SMTP id o78-v6mr34797802pfa.66.1539174758402; Wed, 10 Oct 2018 05:32:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539174758; cv=none; d=google.com; s=arc-20160816; b=wtTM2lCqQPWtEHjOmZnNVAq8P9LMkJiE4aXMdbrLe0hMO4Q3fczN7ijNsgAlEEZWiX bnAHbDDGbtcyiMgNpono66kdPy8MLoBtcdiS/FzOns6D73jY+6gBj0mcFunQQCcEgTGo JBCcY/JfeqJScGkb36hN/RbEdE8/ChLjlsfEHvc0eOzyMDWtDGSCLEptfnXMZpflMp+y QsAwaIoW6QbrGn4Z0n8J9cU9iF8lmNnVMy6a2lMADnuaKTOpSR73az/fzuNmg7DVOBYG fo48HJfoonItl/ODHCo2xfpclP57JKzzUMGVWadbcu2T33iwhl/RKPGfa3pktZch7UyY dj3w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:content-id:mime-version :subject:cc:to:references:in-reply-to:from:organization; bh=pzYTNW8tFGIefO8zQEPYE2kqo8rxtbleMmwFJGMCGSY=; b=D/sFy7P+nSM6OsHMsfx+1Rv3QAL0Q2CQuP7Vm8PetPa1d+0p6PRNGOb+bTvBz188JH cHVbbxJL5UF5wGwA6X7xKK4w+uhz47jllIbQ0KAZHd7DQ3cmJa7o19rJGytPj9LQ6mvM +S1MEa+8OA7tbuDUOUmgCoCUgxwIWmxvxnf8Q1RZ7gsJ8w8LILKGepWiZqlBHKIPeZFE JwPjA3zMrcrAB0F0kDxUDTKUN/GE5xvJ0Xozxxov3Sz7JQzB0HetJf6Gb2aZ6BGieMh/ rfwSZR50M2M8m/+OMOP/aFMYR7AhsOSn+FQlId1vzYpz6vYxRWB0eNsAJX/w3uaiDJhZ S4jg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v32-v6si24499388pgk.16.2018.10.10.05.32.23; Wed, 10 Oct 2018 05:32:38 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726721AbeJJTx6 (ORCPT + 99 others); Wed, 10 Oct 2018 15:53:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55352 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726206AbeJJTx6 (ORCPT ); Wed, 10 Oct 2018 15:53:58 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id CB3E3C04A597; Wed, 10 Oct 2018 12:32:00 +0000 (UTC) Received: from warthog.procyon.org.uk (ovpn-120-149.rdu2.redhat.com [10.10.120.149]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0437F17CEB; Wed, 10 Oct 2018 12:31:58 +0000 (UTC) Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: <153754740781.17872.7869536526927736855.stgit@warthog.procyon.org.uk> <153754743491.17872.12115848333103740766.stgit@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: <25658.1539174718.1@warthog.procyon.org.uk> Date: Wed, 10 Oct 2018 13:31:58 +0100 Message-ID: <25659.1539174718@warthog.procyon.org.uk> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Wed, 10 Oct 2018 12:32:01 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Alan Jenkins wrote: > # mount --move . /mnt is this calling move_mount(2) on your system? David