]> Gentwo Git Trees - linux/.git/commit
f2fs: factor out an f2fs_default_check function
authorEric Sandeen <sandeen@sandeen.net>
Mon, 3 Mar 2025 17:12:13 +0000 (11:12 -0600)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 13 Mar 2025 18:16:06 +0000 (18:16 +0000)
commitabd0e040e9a516fe1205d12ee33e1778ec546941
treed583d40c55ccc9816da3fdf9e5c0d401e764e20c
parent277352b6cbeda5c0976e56d25e3fcd775db96305
f2fs: factor out an f2fs_default_check function

The current options parsing function both parses options and validates
them - factor the validation out to reduce the size of the function and
make transition to the new mount API possible, because under the new mount
API, options are parsed one at a time, and cannot all be tested at the end
of the parsing function.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c