Received: by 2002:a25:e7d8:0:0:0:0:0 with SMTP id e207csp259007ybh; Thu, 12 Mar 2020 01:19:16 -0700 (PDT) X-Google-Smtp-Source: ADFU+vtTPzhTW68kasXbYVBtgxfDlJ54HXVon5Sg7Z2h1jSJ2GluvupPNM8+2b6EIprwISm+YVpt X-Received: by 2002:a4a:819a:: with SMTP id c26mr3176624oog.0.1584001156742; Thu, 12 Mar 2020 01:19:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1584001156; cv=none; d=google.com; s=arc-20160816; b=oHrW7DfcAmTTB3gBV+daflrXkZDIRHvrmQ6vDo/UKycrOJtfygN9YUt3T0Owxr5fVj bzl3VAUX/zbZtYyC9WB6VMwfIQCSFdv1LPLxf3xtrBAlTymzyvOrIXDLunlUV6ONflvD AlmMJ1D+3l81I2XEfNxx90d8xs6ikNrLMSgCaSolmrLebqhCCC12aMRLmbOGasWF6VEH cRvzKIJrJNi0vBUQD/PZcyy5Xcpj6ekhXegV4cwU8nmgCaGIJXGrk5MxrljT6rX9s7b9 uQPAEs16VauLMCdNpqN8rbHSiIefF65y8xmlXpZqy9kyWS4Hm0obEsxelNiRI9CZ9SdU 8vTg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=Yn/91MzB/HLwdp+2LiowlYqtoQSix+dKOaAt8+jttNg=; b=cZvWmJ7fOvh6aKYC1oIajEY6BIxZnL5RLRY0Zmlvu2BK6n739ReSG5xk8loPy7UzJb L5bk+w2+K4MQ9t0yOMmBtgp6oxGngWsxRYTa3rFcayH/Xi4KmpXd+6jLTPl6SxFHzVkx tj+BcU2ou2TF8rvFPk0lvPa7QV/S39Zy86zSuRWkVy/kz4SKz45GjpIpzoW7oCroiIYh fNEQ8Nw0VVpsDbIfbjpcIn8DMZ480mTZYgU9eBCd+xUR+04/EhEhuWR+mQjRu0UbUfGY uLyOLQiN2O6Wx7e1bRy/fUOSmqbH0A2xd7lxNUJDW2k+/8kSO+QHdR18lXLPy/C7LKZ3 q8YA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-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 b197si2256543oii.198.2020.03.12.01.19.03; Thu, 12 Mar 2020 01:19:16 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726436AbgCLISb (ORCPT + 99 others); Thu, 12 Mar 2020 04:18:31 -0400 Received: from verein.lst.de ([213.95.11.211]:35390 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725268AbgCLISa (ORCPT ); Thu, 12 Mar 2020 04:18:30 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 8726E68C65; Thu, 12 Mar 2020 09:18:27 +0100 (CET) Date: Thu, 12 Mar 2020 09:18:27 +0100 From: "hch@lst.de" To: "Rantala, Tommi T. (Nokia - FI/Espoo)" Cc: "hch@lst.de" , "darrick.wong@oracle.com" , "david@fromorbit.com" , "linux-xfs@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: 5.5 XFS getdents regression? Message-ID: <20200312081827.GA10247@lst.de> References: <72c5fd8e9a23dde619f70f21b8100752ec63e1d2.camel@nokia.com> <20200310221406.GO10776@dread.disaster.area> <862b6c718957aff7156bf04964b7242f5075e8a7.camel@nokia.com> <20200311172234.GA26340@lst.de> <1a10a2ec66bd9c72ef317f7a0834b30e6b739e8e.camel@nokia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1a10a2ec66bd9c72ef317f7a0834b30e6b739e8e.camel@nokia.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 12, 2020 at 08:09:53AM +0000, Rantala, Tommi T. (Nokia - FI/Espoo) wrote: > > Thanks, this looks good. Although I wonder if the slightly different > > version below might be a little more elegant? > > Yes that's better indeed, thanks! As this is just a slight tweak on all your work, can you submit it with your signoff and a Fixes a tag? Thanks for all your work!