Re: [PATCH v1 1/2] f2fs/015: Fix mount syntax for disabling jquota
Chao Yu <[email protected]>
| Newsgroups | org.kernel.vger.fstests,net.sourceforge.lists.linux-f2fs-devel |
|---|---|
| Message-ID | <[email protected]> |
On 5/13/26 03:20, Joanne Chang wrote: > F2FS has removed the trailing "=" in the mount options for disabling > user, group, and project journaled quotas. To maintain compatibility, > update the test cases in f2fs/015 to try the new syntax first, and fall > back to the legacy syntax if the initial mount attempt fails. > > Signed-off-by: Joanne Chang <[email protected]> Reviewed-by: Chao Yu <[email protected]> Thanks,