Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp6116285ybf; Thu, 5 Mar 2020 13:28:52 -0800 (PST) X-Google-Smtp-Source: ADFU+vvo2m0OxAFur9LpeflJ/jpfWLcEymUe1jxQdshMsTqp3de50/AgrnGSWj1NmU115059QuKo X-Received: by 2002:a9d:7508:: with SMTP id r8mr440396otk.116.1583443732583; Thu, 05 Mar 2020 13:28:52 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583443732; cv=none; d=google.com; s=arc-20160816; b=DMfpmTqGZ/YbuQ6/x1awPv+euBneVIMiXqUgp1zyYeBaX+/UwPsR/kIjq5ajj5cSmR eSZLr4Pz3VHXJcuus8akl3Zru74NtlTT3WVWauAxYEKMu2aXSdcuq7uPjmbWL9OYc+qH NkdcKhV1+SHxuFoDg03q1yluRCgkffyRD6YTO4AdVNsYueWGq2Ew+2jFJQWNMi93BprP CTmu8qPF1eV/U1XZipzFP7dE133n7qv3bbTGsCrBhqNXbWu7VHm32BQEAjH52lLWK15N BdmqLUT0t8rhZ1GIbfZkOKFmKWZ+vIV2M+fbVSm4pXL0aNIhXRq/fd8EdPrMnId/g/x0 vDWA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=KQjk2AM4XVaTCbCTJD7JRh6lLio+poO1dFXxjNidM0Y=; b=G1WIgELHcVdhg7u1Q2E4p04mPi/EjJRc8TzcTVtdYS1rgO4foKPbqKyw6dafPSq9Sk i8xQXxDLSgorXYc5aUAusZDy0nlK0WiJ8B3JO83lZxCbvHSafOR3xWA0hDd4jfUrLbTR UNtlzE6W2zwdxCUBTGQgVbW5cUiHDo6WBkuGqmLqypZNnV7ZJDa/FbYnxvCLNdRhVJVX BcXrZhWxtDjmyQTov2REOxpD3XOsycxKQWMvTvMXs7LtT6bBaCv3rNYWBp2P3cMdeGLv EqVTY8nR/Rwvb2NAka+0N1qdl7iEV/Ddi0gUpCEhvnq3KzAngEXhr+5Kh8FsKolnCWi1 MM1A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d7si117115otf.127.2020.03.05.13.28.35; Thu, 05 Mar 2020 13:28:52 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726111AbgCEV2a (ORCPT + 99 others); Thu, 5 Mar 2020 16:28:30 -0500 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:36242 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726067AbgCEV2a (ORCPT ); Thu, 5 Mar 2020 16:28:30 -0500 Received: from callcc.thunk.org (guestnat-104-133-0-105.corp.google.com [104.133.0.105] (may be forged)) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 025LSL7K020859 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 5 Mar 2020 16:28:21 -0500 Received: by callcc.thunk.org (Postfix, from userid 15806) id F2A1942045B; Thu, 5 Mar 2020 16:28:20 -0500 (EST) Date: Thu, 5 Mar 2020 16:28:20 -0500 From: "Theodore Y. Ts'o" To: "Darrick J. Wong" Cc: Eric Whitney , linux-ext4@vger.kernel.org Subject: Re: [PATCH] ext4: delete declaration for ext4_split_extent() Message-ID: <20200305212820.GF20967@mit.edu> References: <20200212162141.22381-1-enwlinux@gmail.com> <20200212170236.GA6863@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200212170236.GA6863@magnolia> Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Wed, Feb 12, 2020 at 09:02:36AM -0800, Darrick J. Wong wrote: > On Wed, Feb 12, 2020 at 11:21:41AM -0500, Eric Whitney wrote: > > There are no forward references for ext4_split_extent() in extents.c, > > so delete its unnecessary declaration. > > > > Signed-off-by: Eric Whitney > > Looks good to me, > Reviewed-by: Darrick J. Wong Applied, thanks. - Ted