[EGD-5022] Fix invalid open flags in vfscore Opening file with O_CREAT mode on the mounted fat filesystem should create file if doesn't exist. Currently it returns ENOENT This path fix this issue. ff_fat create flags are fixed.
1 files changed, 1 insertions(+), 1 deletions(-) M module-vfs/drivers/src/purefs/fs/filesystem_vfat.cpp
M module-vfs/drivers/src/purefs/fs/filesystem_vfat.cpp => module-vfs/drivers/src/purefs/fs/filesystem_vfat.cpp +1 -1