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 16EE6C6FA82 for ; Mon, 12 Sep 2022 14:09:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229993AbiILOJZ (ORCPT ); Mon, 12 Sep 2022 10:09:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36510 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229498AbiILOJY (ORCPT ); Mon, 12 Sep 2022 10:09:24 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8516F32DA6 for ; Mon, 12 Sep 2022 07:09:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=r98rNCppztxKp2Kauy1nzusdkvvPHj9tz0z5O6JL0X0=; b=ydYOSbwtYtrhhkh2ZLEO60a0Bs nXoI/WUOMJW5Mo2XkRlkvjesE3TYm0UqbvBN9BCL0hJIUtBi9KdN7dvqtxzo3E3Q9mmTXqNurFVaj UZEJVfKIZ87lnAuqJUZWxiYFThy7BXXvbY1nAj05MKumPmBNSCw5oSoMfJBH/JAMDho+sy8ZbtwTM HRTLXJRdng+NmUcE+MbtLsWnvxK6/VQrfsnRSCt0wuJYSTckbiMH3jSxglHrhwsbUWkk59W0zA898 C2k3R4qci2Fn93mCGU0aV6Bn0Zsld5FKGY11Xwg2dYaRgsSVdwHZUZgX3zhIbBrdpvFjBPaq03i4P 484xT4lQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1oXk7n-00AVYQ-5R; Mon, 12 Sep 2022 14:09:23 +0000 Date: Mon, 12 Sep 2022 07:09:23 -0700 From: Christoph Hellwig To: Josef Bacik Cc: linux-btrfs@vger.kernel.org, kernel-team@fb.com Subject: Re: [PATCH v2 02/36] btrfs: unexport internal failrec functions Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Fri, Sep 09, 2022 at 05:53:15PM -0400, Josef Bacik wrote: > These are internally used functions and are not used outside of > extent_io.c. All the failrec stuff goes away in my series as well..