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 55D7A3F20EC for ; Wed, 5 Aug 2026 21:21:34 +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=1785964900; cv=none; b=U2GYx4oKooJPLHWQfJmt6+UFjYOv/QyfphIAhHzbvEI+hf9YCLqbiXfMRUEVm0c215gw4U6KepoAS7gyD9+uZH/1oxoTidhkwThExDoduyVG3sibPviS1XK9qsAFzSrQZk+l6bNkcxMIh1go6EE+MI5ZOnsZEgPvBxohEL12i1o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785964900; c=relaxed/simple; bh=7AqQ90/38US599Fvmlnb9zOP9GXb6QxG9E+pQ0jGQmY=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=L9wNJPVkx3EDYYNVwtMQCYFBI2ILFqR9/4pdbGg8oyRfI/dLyPslxhEK/mYekMokDM4qDJyjWf+hGRiumleUED5Yr5HEsPEM1tu1ARBTcOyovtfBOb+hb2/QoByznk5BC6N3xStplAhP72fIONhmkpcvsPj6GeJ1X2iChfvk3bg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=oAsixMVq; 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="oAsixMVq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 14F7F1F00A3D; Wed, 5 Aug 2026 21:21:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785964894; bh=O6YtwC0deqdIglwlGms9zcrnvOw9kqN5Y1AVA19SZbA=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=oAsixMVqjOq67gwe0ttlPFrkLeNE2h7WqQF1U65miW5lDGG7WSp613RnMt64HMfK9 UjAOu0hSY8uX34rtYyZSHfqBEDzbokGe5hpoP05k5GNJCwpIVx9DiWVu7vu3c5A26U 41/Rx7ZcVi4wZ1v7AvQJVcqxJJYHSNoyRUKWfiLep9GkLbwYNKH7Aa32AquaC7gltI jdgRaWLw4EnWqYy0kiyjhjhq/EINPlNMHkRDAPyUXief3kUYYuSfha991PT46EFGwF Y2CqZeGuuFZraH2LPkwFSkEhw3XmHBdoDCFzTkZEA4T4BZZ38dMJpfFO/J6ubV4Lu4 9T1gP7QRkTmwA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 1977A392FFD1; Wed, 5 Aug 2026 21:20:55 +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] f2fs: print error information in f2fs_put_super() From: patchwork-bot+f2fs@kernel.org Message-Id: <178596485363.530543.14341101353365338544.git-patchwork-notify@kernel.org> Date: Wed, 05 Aug 2026 21:20:53 +0000 References: <20260805122947.675205-1-chao@kernel.org> In-Reply-To: <20260805122947.675205-1-chao@kernel.org> To: Chao Yu Cc: jaegeuk@kernel.org, chaseyu@google.com, 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 Wed, 5 Aug 2026 12:29:47 +0000 you wrote: > From: Chao Yu > > So that we can how in which path we may missed to account the > reference correclty: normal path or error handling path. > > Signed-off-by: Chao Yu > > [...] Here is the summary with links: - [f2fs-dev] f2fs: print error information in f2fs_put_super() https://git.kernel.org/jaegeuk/f2fs/c/f80550644c81 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html