Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim <[email protected]>:
On Mon, 17 Nov 2025 20:45:59 +0800 you wrote: > opt field in structure f2fs_mount_info and opt_mask field in structure > f2fs_fs_context is 32-bits variable, now we're running out of available > bits in them, let's expand them to 64-bits for better scalability. > > Signed-off-by: Chao Yu <[email protected]> > --- > fs/f2fs/f2fs.h | 85 ++++++++++++++++++++++++++----------------------- > fs/f2fs/super.c | 36 ++++++++++----------- > 2 files changed, 63 insertions(+), 58 deletions(-) Here is the summary with links: - [f2fs-dev] f2fs: expand scalability of f2fs mount option https://git.kernel.org/jaegeuk/f2fs/c/643fa4d0f36c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
