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 97A3237B41F for ; Fri, 21 Aug 2026 15:50:59 +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=1787327460; cv=none; b=jHryY/w0ybODP2QsE1adHPWuA8QCVvS69TtM8NqtkeJkOJRxUwhwhuuRGA+t1W3K+5Ival6hxgbGIuz0kB9rhRp0cIzuRWNVhQiLaXMMKWGRviYF+eR7RSggttgMJj/oFLfZn86Hnx4LhG7AKe6D1L8sksoFp0IC92namd1A8M8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787327460; c=relaxed/simple; bh=IdAE2bUvHmz3gxjil9sTniaIIUB/0DFN/fdCH+5ErUg=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=nbipk0Ws4vpdaKJ5+I76MNGheRxeK9txOYoPkm6NHfjLYgaCB+tL0oSscO/UwFHmJnWyRerDWxBJfbTaJRuRnYHhD90P4Ursk1m0fDROc7XwMaNYIMs+BZYMKrZ+5zspdWHk/wjACsM82XC2a54wLe+vK6UavngLkADg1nxxKb8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=mNuWdFKM; 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="mNuWdFKM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3B4C71F00A3D; Fri, 21 Aug 2026 15:50:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1787327459; bh=IXCIhAifDO722+n9zfhUHvIDtqDLI4Ua10xt4TL3EII=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=mNuWdFKMcFHaIDxD0nh053XwMLoweW+GVzTI+mbpHJfzCemLhk7srMBTpohAcDxoC fLfRT3AoqPSuw2s/a300yGRF84mgOAf66C4HjT8eGaA0e5WCeZrEDCTy8u2ls3aVZw MIEFa/gHtuYAPkfllPjWzG5jf8I/VIOqMo6zBWMOkH+Oi+cc9g0QdHlGk5uEnghEgr M8BgmeRUMWtq7YekUDYBIoPJULVvcnHDGSjYoCn3SO3mSt030J+JltPwmW/E+fHqS6 95M1XZh8d/XRiBbguO2m9ISXzgtx3AmgsPnpSJNcRXjUuryqdEKXvA22D4DlRa9+H5 pwe6AATZR+8KA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 19819380A979; Fri, 21 Aug 2026 15:50:10 +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: fix error handling on device alias check in rename and unlink From: patchwork-bot+f2fs@kernel.org Message-Id: <178732740863.1339488.18145676709503198602.git-patchwork-notify@kernel.org> Date: Fri, 21 Aug 2026 15:50:08 +0000 References: <20260821141742.2678300-1-daeho43@gmail.com> In-Reply-To: <20260821141742.2678300-1-daeho43@gmail.com> To: Daeho Jeong Cc: linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, kernel-team@android.com, christophe.jaillet@wanadoo.fr, daehojeong@google.com, stable@kernel.org Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Fri, 21 Aug 2026 07:17:42 -0700 you wrote: > From: Daeho Jeong > > In f2fs_rename() and f2fs_unlink(), directly returning -EPERM when > encountering a device aliasing file bypasses the cleanup path. > > Fix this by setting err to -EPERM and jumping to the proper cleanup > labels (out_dir and out) instead of returning immediately. > > [...] Here is the summary with links: - [f2fs-dev] f2fs: fix error handling on device alias check in rename and unlink https://git.kernel.org/jaegeuk/f2fs/c/27d0e27c096d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html