Re: [f2fs-dev] [PATCH v2] f2fs/015: test mount options

2025-07-08 Thread Chao Yu via Linux-f2fs-devel
On 7/8/25 22:29, Zorro Lang wrote: > On Mon, Jul 07, 2025 at 05:05:31PM +0800, Chao Yu wrote: >> On 7/5/25 02:14, Zorro Lang wrote: >>> On Fri, Jul 04, 2025 at 07:48:18PM +0800, Chao Yu wrote: As f2fs changes to use new mount APIs, let's add a new testcase to check mount result for all f2

Re: [f2fs-dev] [PATCH v2] f2fs/015: test mount options

2025-07-08 Thread Zorro Lang via Linux-f2fs-devel
On Mon, Jul 07, 2025 at 05:05:31PM +0800, Chao Yu wrote: > On 7/5/25 02:14, Zorro Lang wrote: > > On Fri, Jul 04, 2025 at 07:48:18PM +0800, Chao Yu wrote: > >> As f2fs changes to use new mount APIs, let's add a new testcase > >> to check mount result for all f2fs supported mount options and > >> th

Re: [f2fs-dev] [PATCH v2] f2fs/015: test mount options

2025-07-07 Thread Chao Yu via Linux-f2fs-devel
On 7/5/25 02:14, Zorro Lang wrote: > On Fri, Jul 04, 2025 at 07:48:18PM +0800, Chao Yu wrote: >> As f2fs changes to use new mount APIs, let's add a new testcase >> to check mount result for all f2fs supported mount options and >> their combinations, in order to detect any inconsistency during >> mo

Re: [f2fs-dev] [PATCH v2] f2fs/015: test mount options

2025-07-04 Thread Zorro Lang via Linux-f2fs-devel
On Fri, Jul 04, 2025 at 07:48:18PM +0800, Chao Yu wrote: > As f2fs changes to use new mount APIs, let's add a new testcase > to check mount result for all f2fs supported mount options and > their combinations, in order to detect any inconsistency during > mount. > > Cc: Jaegeuk Kim > Signed-off-b

[f2fs-dev] [PATCH v2] f2fs/015: test mount options

2025-07-04 Thread Chao Yu via Linux-f2fs-devel
As f2fs changes to use new mount APIs, let's add a new testcase to check mount result for all f2fs supported mount options and their combinations, in order to detect any inconsistency during mount. Cc: Jaegeuk Kim Signed-off-by: Chao Yu --- v2: - allow to check mount options w/ zoned device com