From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 2D8F31F8C6 for ; Sat, 17 Jul 2021 02:03:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233120AbhGQCG1 (ORCPT ); Fri, 16 Jul 2021 22:06:27 -0400 Received: from cloud.peff.net ([104.130.231.41]:52548 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230176AbhGQCG0 (ORCPT ); Fri, 16 Jul 2021 22:06:26 -0400 Received: (qmail 22552 invoked by uid 109); 17 Jul 2021 02:03:30 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Sat, 17 Jul 2021 02:03:30 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 16345 invoked by uid 111); 17 Jul 2021 02:03:31 -0000 Received: from coredump.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.94) with (TLS_AES_256_GCM_SHA384 encrypted) ESMTPS; Fri, 16 Jul 2021 22:03:31 -0400 Authentication-Results: peff.net; auth=none Date: Fri, 16 Jul 2021 22:03:29 -0400 From: Jeff King To: =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason Cc: git@vger.kernel.org, Junio C Hamano , Han-Wen Nienhuys , Michael Haggerty Subject: Re: [PATCH v2 02/11] refs/files: remove unused REF_DELETING in lock_ref_oid_basic() Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Fri, Jul 16, 2021 at 04:12:58PM +0200, Ævar Arnfjörð Bjarmason wrote: > The lock_ref_oid_basic() function has gradually been replaced by use > of the file transaction API, there are only 4 remaining callers of > it. Should this be "ref transaction API"? Ditto in the next patch. Other than that small nit, the both look like very nice cleanups. -Peff