From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 70CD9319617; Wed, 3 Jun 2026 13:42:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780494172; cv=none; b=ubSe//griQwprc9xvb5Tmail7bsLRFIeElir/vn+OwYAfhcHqy05psG2BIcwzL+cG76izJ40PudKPUJuvyRu4EpCHn4w3jURpulc8y1xkDlnULQYo+JsUmWAnKCyDTsT4b9XxurW0ZumhCQg6PY+8UpZNXJnhgqJsIl/iEfQtIw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780494172; c=relaxed/simple; bh=iFe1WYbCxcFuXahK7sPo09FPJtlLBCULH5KmxcAQnCQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=c3SUUt+eJZKxarey5GXunPioMqHB/10VVNjDM7X9z8q4eLPa8pzn9Sg3RX13YIfSQJEGEvk3Ma4X0gr/rluQIvHHktZC/qx6kQ6Mew+HX9m+KkvpTgpV6wff7qOQa/tfNLXRthezVCYWz+R/918JSEslqFGjZq1ubyZlCeF0ejA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lmmDKal3; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="lmmDKal3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DA8CD1F00898; Wed, 3 Jun 2026 13:42:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780494171; bh=c1s3wYbkURqhM7qkvJRBzhJenXV+nbjO4FcCfUvzTI0=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=lmmDKal3j5juWoavef85dcQUeUs+HB448UiSj9bp43A2WeRYvNXS4A8q1QaMXMnD8 03NYxRzIKwaZ8yKdBSCAsmwGbPdHk8J1XUYivek+WREcdTrAoSvxoTCT8oVg7sNjsU UxVWsTyvgB5I+zXGy7OUb8NabqNFk7oVBO0Obx9Vn21a0cSxSYWGyOFJxZffclTRPo VZHQaMX1+XFowxETj7fNtwkOg8kFtVQIqYajjaP1LqBwyqsO+uuSDiK+Gb3m6oZdDX +AHyZt1ebA7L+8PpMLdE6Wah/uvaNsH0rsTik1wm17uNxWmDRUrdh/t1JgHZpZ4nMx DfZDg3QzWzkUg== Date: Wed, 3 Jun 2026 09:42:49 -0400 From: Mike Snitzer To: Christian Brauner Cc: Jeff Layton , Alexander Viro , Jan Kara , "Matthew Wilcox (Oracle)" , Andrew Morton , David Hildenbrand , Lorenzo Stoakes , "Liam R. Howlett" , Vlastimil Babka , Mike Rapoport , Suren Baghdasaryan , Michal Hocko , Jens Axboe , Ritesh Harjani , Chuck Lever , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-nfs@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH v7 3/3] mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty tracking Message-ID: References: <20260511-dontcache-v7-0-2848ddce8090@kernel.org> <20260511-dontcache-v7-3-2848ddce8090@kernel.org> <20260511-zusieht-amputation-efe8b5058cb7@brauner> <7c0880ee25b13f64f71319203fcd7105f54e5ad0.camel@kernel.org> <20260511-caravan-behaupten-0402c454c22d@brauner> 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: <20260511-caravan-behaupten-0402c454c22d@brauner> On Mon, May 11, 2026 at 04:06:42PM +0200, Christian Brauner wrote: > On Mon, May 11, 2026 at 09:53:21AM -0400, Jeff Layton wrote: > > > > That does look much cleaner. Do you want to just make that change or > > would you rather I resend? > > I'll just fold it. I already have 1157 mails. I don't need more. :D > Hey Christian, Did you happen to pick this series up from Jeff? Not seeing it in any of your vfs-7.2 topic branches. I could easily just not be looking in the correct place. Thanks, Mike