This commit has added new flag FS_O_TRUNC to support truncation during file open. Modified fs_open to handle truncation based on provided flags. Included unit tests for flag behavior with common filesystems. Signed-off-by: RAJAGOPALAN GANGADHARAN <g.raju2000@gmail.com> |
||
|---|---|---|
| .. | ||
| test_fs_basic.c | ||
| test_fs_dirops.c | ||
| test_fs_mkfs.c | ||
| test_fs_mount_flags.c | ||
| test_fs_open_flags.c | ||
| test_fs_util.c | ||
| test_fs_util.h | ||