From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 57AE71DDFC for ; Thu, 9 Nov 2023 13:49:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="HTi9Ahg1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A3D49C433C7; Thu, 9 Nov 2023 13:49:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1699537793; bh=g2jkUw42qCWhFW5cZf4U5x713RPrIMKJnBTpERQiIj8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HTi9Ahg17H27lu7U9bF3Z1jV5efyxcvnz+qBA0/d56dUxQvNYSH8QekZCphg3II4T q23JgZY3sVBeI1QlQV9goLV6Hewi7Jt+nTHCwJee/4R77/mXySF7b4QHkrH3I7JvOD Z8x6gWNEqUr3PZiNP8p4vPAVCLj/HJByEeeFa4+gI76zEshsq2vhCAmWm7/uFTk/VN ywDxhVPkW2ystVh0PDdUVm7CKFJBzAWrk4mssLdcBlOJ85YIEfPQtmCp1iYAprRhCg 9/s/ksvFImCZ1nWjbvUsDF+85+KP0IlDBgh2nMBF6if3wQpAaULx5M4gucIa9NpKud KOUE4HJGdO6MQ== Date: Thu, 9 Nov 2023 14:49:49 +0100 From: Christian Brauner To: Al Viro Cc: Linus Torvalds , linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 05/22] centralize killing dentry from shrink list Message-ID: <20231109-behindern-bauphase-69cd3b1f78a9@brauner> References: <20231109061932.GA3181489@ZenIV> <20231109062056.3181775-1-viro@zeniv.linux.org.uk> <20231109062056.3181775-5-viro@zeniv.linux.org.uk> Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20231109062056.3181775-5-viro@zeniv.linux.org.uk> On Thu, Nov 09, 2023 at 06:20:39AM +0000, Al Viro wrote: > new helper unifying identical bits of shrink_dentry_list() and > shring_dcache_for_umount() > > Signed-off-by: Al Viro > --- Reviewed-by: Christian Brauner