Re: [f2fs-dev] [PATCH 7/9] f2fs: defer readonly check vs norecovery

2025-03-11 Thread Chao Yu via Linux-f2fs-devel
On 3/4/25 01:12, Eric Sandeen wrote: > Defer the readonly-vs-norecovery check until after option parsing is done > so that option parsing does not require an active superblock for the test. > Add a helpful message, while we're at it. > > (I think could be moved back into parsing after we switch to

[f2fs-dev] [PATCH 7/9] f2fs: defer readonly check vs norecovery

2025-03-03 Thread Eric Sandeen
Defer the readonly-vs-norecovery check until after option parsing is done so that option parsing does not require an active superblock for the test. Add a helpful message, while we're at it. (I think could be moved back into parsing after we switch to the new mount API if desired, as the fs contex