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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 70ADBC77B7A for ; Wed, 7 Jun 2023 08:59:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239105AbjFGI7R (ORCPT ); Wed, 7 Jun 2023 04:59:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53996 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234809AbjFGI6v (ORCPT ); Wed, 7 Jun 2023 04:58:51 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 56C931FC3 for ; Wed, 7 Jun 2023 01:56:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1686128176; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=UgLKR9DHQdW/nvNpJofy29A1ogMEj2dq7gg1iVaHfDs=; b=L3T4uvaCmAZ4r25Cc1d3MtyFNYmPVo/Bnv36ouz8sCI9fhLQEmJBC9/AMdyboP9g3zMvUx QgESY9GvV+jUJE2OZvK66MSlQy7BfXIDVlwA4MaeVcbGyDLBth1qFYqy/LJZZjfNWD5d5Y xiyu+s/kSEECdoL0ST6TiAjep1IomYI= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-317-LOjHeIkuOY6VsjXSIzsKbg-1; Wed, 07 Jun 2023 04:56:11 -0400 X-MC-Unique: LOjHeIkuOY6VsjXSIzsKbg-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id A0D53380213A; Wed, 7 Jun 2023 08:56:10 +0000 (UTC) Received: from warthog.procyon.org.uk (unknown [10.42.28.182]) by smtp.corp.redhat.com (Postfix) with ESMTP id B18902026D49; Wed, 7 Jun 2023 08:56:05 +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: <2004570.1686127633@warthog.procyon.org.uk> References: <2004570.1686127633@warthog.procyon.org.uk> To: torvalds@linux-foundation.org Cc: dhowells@redhat.com, Jeffrey Altman , Marc Dionne , linux-afs@lists.infradead.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] afs: Fix setting of mtime when creating a file/dir/symlink MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2078979.1686128164.1@warthog.procyon.org.uk> Date: Wed, 07 Jun 2023 09:56:04 +0100 Message-ID: <2078981.1686128164@warthog.procyon.org.uk> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Sorry, I forgot to say in the patch email, but could you apply this please? Thanks, David