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 80D2048EBE8 for ; Thu, 13 Aug 2026 16:01:56 +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=1786636917; cv=none; b=WOZOF/6QQ8MLKkqfAASgQ1jrjPIG2AWfzr2Pj0FhSASa4l5WZ2C//Ec5+lSPBgHW3WofLv51JIWJYQSs6g2fqzhpmFQrW3WbJ76a468CvQOKUR/zL9Rlhbigd5Mj2qeLrdvJZaIkaUg9TefS8ZRYc/+f7Kg3sO6+hr/VcRLGuK8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786636917; c=relaxed/simple; bh=VzZxWXbE3ORH0drS4YACoBuH3WAMIpz3QLeSykzke94=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=W4hzJiMTV93adDTPYUNjombtnMUpcUB1wLWeNDdRsC/r5zBsSuM3NUZ5mVa8fSGenH6dyeCapafYA+qAoJvH6qTjyyoLe/TSELcHDEr4eM22DDTwKFiL3zUJmJwRZByvuw2wsbR9V/HZ0Ask7gUn73S2n+mM5Ympsb6B9WYvBEs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=mUyJXnSm; 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="mUyJXnSm" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 165FF1F000E9; Thu, 13 Aug 2026 16:01:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786636916; bh=HGmwtS6B+lmMNfgDG8dwjsD34hOGygpvCW32rqNxU/g=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=mUyJXnSm8ptX7vvia86pBms4JWP1sp0crFkBy7KPFf9pbZpNHMXZWjKvMFhcQX2ri 9zktthef4Qf/SuhpN1kEdTS4Uxu7NJrNlEuM3+KE/J9CopRsL7W4etYGiCJz1p+Y0u pTFSFCCr28q8Kq8ypr+oTCldOJXpbQ1iRQkR8ws7oHvZSjRB9gjceCn4Q5ArOhW81u XnU75w0fzuZi7k6DR111l6Y84bWqcwmHbRFBkTdWw3Ni6Ujk69EsrNn5si3FykemE1 gJNid9ouLnDNnuQ3ke9upBRePNpi8aUCNz3bk/Ufc8fAkv8PDiozq3L/Vnc74RBxWI UKv2hz+zYvojw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 198C3380CEE2; Thu, 13 Aug 2026 16:01:12 +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 to propagate error from f2fs_sync_fs() From: patchwork-bot+f2fs@kernel.org Message-Id: <178663687070.2934858.5259431434864990132.git-patchwork-notify@kernel.org> Date: Thu, 13 Aug 2026 16:01:10 +0000 References: <20260812122043.282195-1-chao@kernel.org> In-Reply-To: <20260812122043.282195-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 Wed, 12 Aug 2026 12:20:43 +0000 you wrote: > So that caller can detect any failure from f2fs_sync_fs(). > > Signed-off-by: Chao Yu > --- > fs/f2fs/namei.c | 51 ++++++++++++++++++++++++++++++++++--------------- > fs/f2fs/super.c | 4 +++- > 2 files changed, 39 insertions(+), 16 deletions(-) Here is the summary with links: - [f2fs-dev] f2fs: fix to propagate error from f2fs_sync_fs() https://git.kernel.org/jaegeuk/f2fs/c/c7d026012a46 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html