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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no 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 C054EC433B4 for ; Thu, 15 Apr 2021 20:42:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9A03161139 for ; Thu, 15 Apr 2021 20:42:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234838AbhDOUmg (ORCPT ); Thu, 15 Apr 2021 16:42:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35560 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234536AbhDOUmg (ORCPT ); Thu, 15 Apr 2021 16:42:36 -0400 Received: from zeniv-ca.linux.org.uk (zeniv-ca.linux.org.uk [IPv6:2607:5300:60:148a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CD606C061574 for ; Thu, 15 Apr 2021 13:42:12 -0700 (PDT) Received: from viro by zeniv-ca.linux.org.uk with local (Exim 4.94 #2 (Red Hat Linux)) id 1lX8oV-005ah2-KP; Thu, 15 Apr 2021 20:42:11 +0000 Date: Thu, 15 Apr 2021 20:42:11 +0000 From: Al Viro To: Steve French Cc: CIFS Subject: Re: [CFT] vfs.git #work.cifs Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org On Fri, Apr 09, 2021 at 08:36:24PM -0500, Steve French wrote: > Your series passed an all Azure test group > http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/11/builds/20 > (with additional patches) and the main test group (with your 7 and > Ronnie's finsert/fcollapse) > http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/11/builds/20 > which tests to the wider variety of server and target server fs types. OK... I can * rebase it on top of your tree and repost the patches for applying to cifs.git * rebase it and send you a pull request * send you a pull request on the branch as-is * keep it in vfs.git and send a pull request to Linus when window opens. Which variant would you prefer?