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 96402200127 for ; Mon, 25 Aug 2025 13:09:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756127362; cv=none; b=XGel0hvHgOGhGWqEJXlBg7FYjBIxwIBLfPS4YXMdWC+xd+xJKlbww9lUSddN+Lvx+cVxod8ytsuHj1oOC+0ANB9pWHxJ1oHQTvgDTNiwGcSfCL7zjXPZcTM4+RVsIA46h+Ie8qttTe50LVPyYdejfPrTHAKJquKgJmvqkuiKRog= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756127362; c=relaxed/simple; bh=PhLh/r6+ZkgjLmiNEYKUnhMO1xrFnyJnSoWVhHasIS4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ipDgOzECQm2YtnJ/MfKae+sej4VGQr89Dkgs8v/+BaAAIV6COWRPiMKkPsPoynV7Q66p1nkwkBUl6FBhk9fu0mSphvURlxUMwh8Yr40iYZzl//9wyPitVHMCCY3UdYbHJ3/r8C0RcMUnutnAhsu1j1n62rchHRxG2DsFvqgP6BE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=CgyEDlz/; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="CgyEDlz/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1AA61C4CEED; Mon, 25 Aug 2025 13:09:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756127362; bh=PhLh/r6+ZkgjLmiNEYKUnhMO1xrFnyJnSoWVhHasIS4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CgyEDlz/dLFKhjD5KXg+3fPqmTYYpJvqzJPOmpJBkWM/HFUZSmEZMSAdTnrhrX3d8 lB6S4xgbTrFRjs0GYp0hA+oJOKbAAg/XXdrVv1+pwoEaAxXPLtpne4LWvY/GO+2N3Q AJBBbxPrXt1qxol6ileWz63Fh4uEbHQE86qZhFdoWlwfZIDFm+TVWU0rRVH1Q8ObtK Ee9R7cWfNZobNeEfIHeRGWfjHISSrxm1DNxqOUfG02lYzhvbvfYX55T2XNg90s/X+z betLjpj/Pum4X21oiZfYXS+NCnc90Ah2pQIeJBLFoz/mmjGiDs9jrpFVIunDaE0xYv hNYa5eFNZ4Fxg== Date: Mon, 25 Aug 2025 15:09:18 +0200 From: Christian Brauner To: Al Viro Cc: linux-fsdevel@vger.kernel.org, jack@suse.cz, torvalds@linux-foundation.org Subject: Re: [PATCH 26/52] finish_automount(): use __free() to deal with dropping mnt on failure Message-ID: <20250825-wurzel-zirkulation-338458103a91@brauner> References: <20250825044046.GI39973@ZenIV> <20250825044355.1541941-1-viro@zeniv.linux.org.uk> <20250825044355.1541941-26-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: <20250825044355.1541941-26-viro@zeniv.linux.org.uk> On Mon, Aug 25, 2025 at 05:43:29AM +0100, Al Viro wrote: > same story as with do_new_mount_fc(). > > Signed-off-by: Al Viro > --- Ah right, here it is what I suggested earlier, Reviewed-by: Christian Brauner