Re: [f2fs-dev] [PATCH v2] f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_info

From: patchwork-bot+f2fs
Date: Tue Jan 31 2023 - 14:10:32 EST


Hello:

This patch was applied to jaegeuk/f2fs.git (dev)
by Jaegeuk Kim <jaegeuk@xxxxxxxxxx>:

On Mon, 30 Jan 2023 09:20:12 +0800 you wrote:
> This patch tries to use bitfield in struct f2fs_io_info to improve
> memory usage.
>
> struct f2fs_io_info {
> ...
> int need_lock:8; /* indicate we need to lock cp_rwsem */
> int version:8; /* version of the node */
> int submitted:1; /* indicate IO submission */
> int in_list:1; /* indicate fio is in io_list */
> int is_por:1; /* indicate IO is from recovery or not */
> int retry:1; /* need to reallocate block address */
> int encrypted:1; /* indicate file is encrypted */
> int post_read:1; /* require post read */
> ...
> };
>
> [...]

Here is the summary with links:
- [f2fs-dev,v2] f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_info
https://git.kernel.org/jaegeuk/f2fs/c/998863dadd2c

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html