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 13A1BC77B73 for ; Fri, 21 Apr 2023 02:38:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233550AbjDUCiE (ORCPT ); Thu, 20 Apr 2023 22:38:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37776 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231660AbjDUCiD (ORCPT ); Thu, 20 Apr 2023 22:38:03 -0400 Received: from zeniv.linux.org.uk (zeniv.linux.org.uk [IPv6:2a03:a000:7:0:5054:ff:fe1c:15ff]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 28BAF2D56; Thu, 20 Apr 2023 19:38:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=linux.org.uk; s=zeniv-20220401; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=x2JhXMIhirOWAbkoQ5yyQJ3UTVU/WqBYRg8sW93fvFs=; b=sCb7n149NCD06MO99vdhhl38Fd zBsMDH4CWKVGQ/YbF8QbHWCF2z+4IGM4lsQZ1vOuGQgkcKT0wqqKeiZeKPDINzoorQ3zfAOAypcKZ RSjzcIjFMD5+tFkyzV9KD2ra1QgYXmuhbLEi1O+FPbToy9vofg3JpFBwMGrhvjxnL5TR2UMGiJPQh CP0wPMdluHf8l1eE4dbH7doDi2A90D9/j/2j9DT1fnD+GfkKz0WPJdlB/JDzKsvqxjJUt9ZCmEYQm 8eUp/z+vFxs6J7bsv3MDALsco4+YQUX2V73s+bhTqZ5n/KU7wfdn+RujnQSqBhKNCSu1Tnpm6GKe4 upgiujWA==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.96 #2 (Red Hat Linux)) id 1ppgev-00B3K7-0V; Fri, 21 Apr 2023 02:38:01 +0000 Date: Fri, 21 Apr 2023 03:38:01 +0100 From: Al Viro To: Namjae Jeon Cc: linux-fsdevel@vger.kernel.org, linux-cifs@vger.kernel.org, smfrench@gmail.com, senozhatsky@chromium.org, tom@talpey.com, brauner@kernel.org Subject: Re: [PATCH v8 0/3] ksmbd patches included vfs changes Message-ID: <20230421023801.GZ3390869@ZenIV> References: <20230315223435.5139-1-linkinjeon@kernel.org> <20230421023500.GY3390869@ZenIV> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230421023500.GY3390869@ZenIV> Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org On Fri, Apr 21, 2023 at 03:35:00AM +0100, Al Viro wrote: > On Thu, Mar 16, 2023 at 07:34:32AM +0900, Namjae Jeon wrote: > > OK... Let's do it that way: I put the first two commits into > never-rebased branch (work.lock_rename_child), then you pull > it into your tree (and slap the third commit on top of that) > while I merge it into #for-next. Done and pushed.