Re: [f2fs-dev] [PATCH 3/9] f2fs: factor out an f2fs_default_check function

2025-03-13 Thread Chao Yu via Linux-f2fs-devel
On 3/4/25 01:12, Eric Sandeen wrote: > From: Eric Sandeen > > 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, option

Re: [f2fs-dev] [PATCH 3/9] f2fs: factor out an f2fs_default_check function

2025-03-12 Thread Chao Yu via Linux-f2fs-devel
On 3/12/25 21:29, Eric Sandeen wrote: > On 3/11/25 10:10 PM, Chao Yu wrote: >> On 3/4/25 01:12, Eric Sandeen wrote: >>> From: Eric Sandeen >>> >>> The current options parsing function both parses options and validates >>> them - factor the validation out to reduce the size of the function and >>>

Re: [f2fs-dev] [PATCH 3/9] f2fs: factor out an f2fs_default_check function

2025-03-12 Thread Eric Sandeen
On 3/11/25 10:10 PM, Chao Yu wrote: > On 3/4/25 01:12, Eric Sandeen wrote: >> From: Eric Sandeen >> >> 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,

Re: [f2fs-dev] [PATCH 3/9] f2fs: factor out an f2fs_default_check function

2025-03-11 Thread Chao Yu via Linux-f2fs-devel
On 3/4/25 01:12, Eric Sandeen wrote: > From: Eric Sandeen > > 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, option

[f2fs-dev] [PATCH 3/9] f2fs: factor out an f2fs_default_check function

2025-03-03 Thread Eric Sandeen
From: Eric Sandeen 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 tes