On 7/8/21 12:40 AM, Theodore Ts'o wrote:
BTW, we should probably include f2fs as a file system which normally allow unrestricted byte streams. F2fs also supports casefolding, but again, like ext4, it's only enabled when the per-directory casefold flag is enabled. So: + case "$FSTYP" in + ext2|ext3|ext4|f2fs|xfs|btrfs) I've verified that generic/453 passes on f2fs today. - Ted
Hi Ted, thanks for the info. I'll update the patch to contain f2fs.