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 298BF306746 for ; Tue, 11 Aug 2026 04:30:52 +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=1786422653; cv=none; b=ddVfw8i4Z/pbzTCbIXcFVwf4Y72GzJfrA4u15I7fed6UPiWvtCtGcibNiF8hrnq1yxF2me1iGaW+hZURm2+s4nj9EBOthHWuDpBuD52Q9eEqInS8QrnbllTVbDSvTv8G8fNW/zNoNuETl3bJU7kHc+W1PIHtAO20sYl2eqOD/wI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786422653; c=relaxed/simple; bh=zP4JHi9IMN7V+7gPf0NAMF967fdEija4785LyZv852k=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=TEXPsVFb4BmySv0D73vQS2jPyjv5YoWVERiEaVMWTAVgaWuJKDKD8tLU11iFQNae6L7TCUNe7HRrX7HIswSJL8v0cKJPA13yMFGX2UXszNtUmNfSp8cFIn2DtbK6sxyr2h0oxvRVxt9YEnhGi7jt2VvncZrLDpHrxylXTQrhttI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=By+tPrSP; 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="By+tPrSP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 006B11F000E9; Tue, 11 Aug 2026 04:30:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786422652; bh=G9XeQck9TlcykaOFnEoWdlmWWEvPMM/2v6YyT30JUZ4=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=By+tPrSP347FzJQT+P/4b8v8SBAaDiYEntLs+XCRTlP/Hw1N4kLTIZDKod/MGofMc wOYC8Yrfz7zjcccifIYm6T7r7gHuv1pz/9xBalwEVY+8FQT+dJdeC0CNC8McwUGqr2 l/8tJM/3rkoWRgqkCHT2oZE1hExr/lEQFHok2GTBCLZLXIhqts56LSaNVYTpwEk1Xg 93Iz6GRr8WPWk1QbBb2ODxfsQ0Jn5V+a9bgUWq4tN7hyGKImseeObk6hVLIXuRAFz6 qs48fOEigICWARa/1cq/fu48pTabaCQfVBWWFJHCityYSBN8pXcC3j6Si1oDTzCNpe p6/66nUVCNCBw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 9384D3926278; Tue, 11 Aug 2026 04:30:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH v2] f2fs: print error information in f2fs_put_super() From: patchwork-bot+f2fs@kernel.org Message-Id: <178642260813.332426.13008322190859495059.git-patchwork-notify@kernel.org> Date: Tue, 11 Aug 2026 04:30:08 +0000 References: <20260806025224.2194078-1-chao@kernel.org> In-Reply-To: <20260806025224.2194078-1-chao@kernel.org> To: Chao Yu Cc: jaegeuk@kernel.org, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Thu, 6 Aug 2026 10:52:24 +0800 you wrote: > So that we can know in which path we may missed to account the > reference correclty: normal path or error handling path. > > Signed-off-by: Chao Yu > --- > v2: > - fix typo in commit message > fs/f2fs/super.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Here is the summary with links: - [f2fs-dev,v2] f2fs: print error information in f2fs_put_super() https://git.kernel.org/jaegeuk/f2fs/c/5d59e6a3777c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html