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 73F073A7D81 for ; Wed, 12 Aug 2026 20:30:53 +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=1786566654; cv=none; b=Ij+EZtkRuW+hR/d4LQ/pOFyouLdccErnQOzZLRbb4dncXjN8MBDM+7/Fi6rXNk55YMZIY2OwyKUYoEatNoqvl8hGZ+h78wspYJU3useVRgn+f969C3xd74fz1/CkhlErjBBRH3An3Gj7xCGHDTD2LxMzGOakr215oHi4M3/YJus= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786566654; c=relaxed/simple; bh=iMKCPPU8Lpf4YSHrgfdULvPk8N2mFwyKn1HVWttE11s=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=Ue/pln3jijq1W+ESQFsr+bKlu2ZtpnCieajcILoiODOASkd5LDlEA2QJqUFiloa9erllKTjU+5bkp3RnWYiMkgr8Xw1juckhfCUVkuwy3ajNAZybk4WQN0kiYEOfEQTWS6iw0Pw9gGHI7jm7aR1BUya2j1Cr1VuNmL/vVbnoghI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=LmtlVqmc; 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="LmtlVqmc" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 158231F000E9; Wed, 12 Aug 2026 20:30:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786566653; bh=KWayOvxdGhPR/EVDl3AJbGwV+v1v/6G2FIF2bn4bCnw=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=LmtlVqmcPDMD8XNDCuJ7uKAnPlxhpW4wYXTntjCdHQbZppiBVt3M/0JoamTDj1TlT rDK4/btzLhDGLRalE11WsCx3WlL6vHx0edJA+e4+I5vGlKGOZ3XqSolwoG9ZbU3sm2 a7aHW+/Q7t38eaXcnMEiVzThsZylHtIp2NKqKxbQ/UcDOv90dxz3HPjwty//jKGDgl HIoe5CZc4klM0n2fC1AZqb1YlgB2GdKV3tUve0psKKnZ/E4sanQrz35jdB11ih0M1h QSAMycosf7vjV/E5qgznOIF3mk0oQEACQYLFv1batQeLES4ga1e0O7cDm3gzncE+XR 9gQ4E03s7bYXQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 93972380CEC4; Wed, 12 Aug 2026 20: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 1/2] f2fs: unify add/remove ino entry API for all ino types From: patchwork-bot+f2fs@kernel.org Message-Id: <178656660813.2090005.5153919600313897354.git-patchwork-notify@kernel.org> Date: Wed, 12 Aug 2026 20:30:08 +0000 References: <20260809012639.568485-1-chao@kernel.org> In-Reply-To: <20260809012639.568485-1-chao@kernel.org> To: Chao Yu Cc: jaegeuk@kernel.org, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Hello: This series was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Sun, 9 Aug 2026 09:26:38 +0800 you wrote: > - Call f2fs_add_ino_entry() and f2fs_remove_ino_entry() for ORPHAN_INO > - introduce __f2fs_add_ino_entry() to wrap __add_ino_entry(), so that > both f2fs_add_ino_entry() and f2fs_set_dirty_device() will call > __f2fs_add_ino_entry(). > > So, after this change: > > [...] Here is the summary with links: - [f2fs-dev,v2,1/2] f2fs: unify add/remove ino entry API for all ino types https://git.kernel.org/jaegeuk/f2fs/c/d3915a0a356e - [f2fs-dev,v2,2/2] f2fs: reduce memory footprint of ino management https://git.kernel.org/jaegeuk/f2fs/c/798bddf3d9a3 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html