From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="W6/ryffg" Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F39FB1704 for ; Wed, 29 Nov 2023 08:58:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1701277090; 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=PN693iXv6rn+BGgKTP3UDSjbiexkCbKdKEBIGtl7gRM=; b=W6/ryffg4kahcXTsm6mjWf5vYW8M/cdb49C+wCp550Lvd3DSFTriSUgYANmscq5tBNLj0d k8aiL63zQM9ilNXfuyyDXQCB6ep+jcueZSLT6dwE4RT/3Wkg0CFiB6Pl/a4dHTRg7FZiRk Vm+z5sfB5pNs2CFbxkz50ZjSLLQi+rg= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-344-QQwa5L16NOSyU0abYOO_GA-1; Wed, 29 Nov 2023 11:58:07 -0500 X-MC-Unique: QQwa5L16NOSyU0abYOO_GA-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id E53291C05AB5; Wed, 29 Nov 2023 16:58:06 +0000 (UTC) Received: from warthog.procyon.org.uk (unknown [10.42.28.161]) by smtp.corp.redhat.com (Postfix) with ESMTP id ACA78492BFC; Wed, 29 Nov 2023 16:58: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: <2056123.1701193802@warthog.procyon.org.uk> References: <2056123.1701193802@warthog.procyon.org.uk> To: Steve French Cc: dhowells@redhat.com, Shyam Prasad N , Rohith Surabattula , Jeff Layton , Matthew Wilcox , linux-cifs@vger.kernel.org, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] cifs: Fix issues with copy_file_range and FALLOC_FL_INSERT/ZERO_RANGE Precedence: bulk X-Mailing-List: linux-cifs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2355923.1701277085.1@warthog.procyon.org.uk> Date: Wed, 29 Nov 2023 16:58:05 +0000 Message-ID: <2355925.1701277085@warthog.procyon.org.uk> X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.10 This patch should be considered obsolete. I've split it up, fixes another issue and posted three replacements. David