From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F2A61C28CC1 for ; Wed, 29 May 2019 20:07:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C35CD2411A for ; Wed, 29 May 2019 20:07:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="key not found in DNS" (0-bit key) header.d=szeredi.hu header.i=@szeredi.hu header.b="DOIjodoK" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726224AbfE2UH3 (ORCPT ); Wed, 29 May 2019 16:07:29 -0400 Received: from mail-io1-f68.google.com ([209.85.166.68]:35373 "EHLO mail-io1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726125AbfE2UH2 (ORCPT ); Wed, 29 May 2019 16:07:28 -0400 Received: by mail-io1-f68.google.com with SMTP id p2so3007836iol.2 for ; Wed, 29 May 2019 13:07:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=szeredi.hu; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=E7q0Sakd1TMkC1/w4DpfOGtUEuXYbC69ZIx84jI1pQE=; b=DOIjodoKBpVvicd8iDtrrwhif6Fib/sukeSD0x56bYmuIi1beWgtXwdytda7dWQgMd gJ2U5BibWYNUP2VaPQxUld1xky26JJBe0Ywg6g4AGWVI57ApfHMaGaai7ThzOR2KE0b7 mrt1w7wiTb22NSefuJS1fE0oNa2zhUNQ4XBSU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=E7q0Sakd1TMkC1/w4DpfOGtUEuXYbC69ZIx84jI1pQE=; b=NPt0hPec5t0Ab0MWHUwRlsjsS6PC6Bdn1Ypqp4UX5mOOh/aA2VNEpNILQ7eYDEWonc V1nuI3lpOKT+LqQPv5uNHN+ysiR0tuqqfGyBYIZr73eIsfeqL1hgiH3EcFB6sp7KTII5 5O0I+IdBcyr3ASVaj28Nd5Nz9N0Xqkn+cTybQRcBklmYdeHgb+MWqfqvaW08k4e8NJaG MfoX8WJWl0nI/RRPomHAiH6AKwoHEV0tE/cv97PnQAPJkrFyLeeCZRBRj8691S9IS2ER kJZYTZ7U3+k8yBStT7kIgGUDGFunhFFB4rxOV1Q4xFwBU4dTY0fVT8DIpXlnPYXh3v8r sH+g== X-Gm-Message-State: APjAAAUFebyEw+3du5dNRDDacmtoSKfsb+oSw3qlkWR2qhSBEIRm0jNE ykKmjw7f2f4mXWmdh0DgBI+lKtzObFyTDUXvm0iHrg== X-Google-Smtp-Source: APXvYqwLZb/ME4zrVxF6lxBEvoSyJfBdg+7QPeUl990G3Qs2vdNuL/EBUo+uiDuS9u57oCFZKxBV641QCIayNm/fiJ0= X-Received: by 2002:a5d:9f11:: with SMTP id q17mr20213351iot.212.1559160448108; Wed, 29 May 2019 13:07:28 -0700 (PDT) MIME-Version: 1.0 References: <20190529174318.22424-1-amir73il@gmail.com> <20190529174318.22424-12-amir73il@gmail.com> In-Reply-To: From: Miklos Szeredi Date: Wed, 29 May 2019 22:07:17 +0200 Message-ID: Subject: Re: [PATCH v3 11/13] fuse: copy_file_range needs to strip setuid bits and update timestamps To: Amir Goldstein Cc: Dave Chinner , Christoph Hellwig , linux-xfs , Olga Kornievskaia , Luis Henriques , Al Viro , linux-fsdevel , Linux API , ceph-devel@vger.kernel.org, Linux NFS Mailing List , CIFS , "Darrick J . Wong" Content-Type: text/plain; charset="UTF-8" Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Wed, May 29, 2019 at 9:38 PM Amir Goldstein wrote: > > Hi Miklos, > > Could we get an ACK on this patch. > It is a prerequisite for merging the cross-device copy_file_range work. > > It depends on a new helper introduced here: > https://lore.kernel.org/linux-fsdevel/CAOQ4uxjbcSWX1hUcuXbn8hFH3QYB+5bAC9Z1yCwJdR=T-GGtCg@mail.gmail.com/T/#m1569878c41f39fac3aadb3832a30659c323b582a That likely is actually an unlikely. Otherwise ACK. Thanks, Miklos