]> git.ipfire.org Git - thirdparty/linux.git/commit
f2fs: expand scalability of f2fs mount option
authorChao Yu <chao@kernel.org>
Mon, 17 Nov 2025 12:45:59 +0000 (20:45 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 4 Dec 2025 02:00:05 +0000 (02:00 +0000)
commit1627a303bca692edc6552630aa2f878c8a726a01
tree9ddc3f9f91e2945c97d89eead3bdb6e68a2e2e18
parentd31e0de8b8625874d2fc4f5506b3bf30610555a0
f2fs: expand scalability of f2fs mount option

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 <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h
fs/f2fs/super.c