From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6D94131717E; Wed, 1 Apr 2026 06:24:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775024699; cv=none; b=fOvBesy4ETMg98T8ucLsckKM16QSCu/ISXqfxty7RBV0Hq8DSRYdhEdJiq66re8PEi8M61ylQvCVRsetE52r982CgyWAqMXX7FtLfj/qhc58p4gY7gKvGDFL81Nms+8J/xH6ih+Gfzl1eGzpuuXukhYu8l/3fLLVLNpwB/6B3bI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775024699; c=relaxed/simple; bh=Aw7O1MFbui3G1eX050/dgKGxBWIJSJLDF/mpD8/sqhg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pX4oAwmDR71bOQp4raxqa6xWKcHyEIBoX91peg07XC0iRT7BjWsqNS5QBhTcvu7JTS8pgej0UYpA39PtZT4xvasJBUoEEa/A/4NSgs4xS0G0LbdSs94d+Vh9/0PWTsCoZHC3kHu2l9LecFY/Lo9+mdy0PxDkQz7Npg7RZCPiFz8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 98C6568AFE; Wed, 1 Apr 2026 08:24:55 +0200 (CEST) Date: Wed, 1 Apr 2026 08:24:55 +0200 From: Christoph Hellwig To: Jeff Layton Cc: Chuck Lever , Christoph Hellwig , Chuck Lever , Amir Goldstein , NeilBrown , Olga Kornievskaia , Dai Ngo , Tom Talpey , linux-nfs@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 3/4] exportfs: don't pass struct iattr to ->commit_blocks Message-ID: <20260401062455.GB24374@lst.de> References: <20260331153406.4049290-1-hch@lst.de> <20260331153406.4049290-4-hch@lst.de> <13cf0349-b627-4324-aa0d-9d51a3429caa@app.fastmail.com> Precedence: bulk X-Mailing-List: linux-nfs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) On Tue, Mar 31, 2026 at 01:33:10PM -0400, Jeff Layton wrote: > > Disagree: I think the change in the first patch needs its own > > patch description and motivation. > > > > > since you're making that change moot (and the > > > ia_* times don't matter much anyway). > > > > > Your call, but note that the changes in the first patch are completely > removed by this one. There's really no need for that patch if you take > this one too. The big fat comment is still left. The first patch is mostly intended as clearly documenting what we're doing. There is no behavior except for sampling the current time more often in it anyway.