Re: [PATCH v1] f2fs/{022,023}: clear MOUNT_OPTIONS alongside MKFS_OPTIONS
Chao Yu <[email protected]>
| Newsgroups | org.kernel.vger.fstests,net.sourceforge.lists.linux-f2fs-devel |
|---|---|
| Message-ID | <[email protected]> |
On 4/28/26 10:24, Joanne Chang wrote: > Currently, f2fs/022 and f2fs/023 only clears MKFS_OPTIONS. This causes > the tests to fail when leftover MOUNT_OPTIONS depend on unapplied > MKFS_OPTIONS. So MOUNT_OPTIONS should also be cleared to ensure reliable > mounting. > > Signed-off-by: Joanne Chang <[email protected]> Reviewed-by: Chao Yu <[email protected]> Thanks,