summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libfs/src/imfs
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>1999-11-16 22:45:33 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>1999-11-16 22:45:33 +0000
commit18c315533b8cddfa76c43ad4a5e2edee767ff951 (patch)
tree1e9c7404af49a689d566dc889e6b9c4db0767598 /c/src/exec/libfs/src/imfs
parentFixed spacing. (diff)
downloadrtems-18c315533b8cddfa76c43ad4a5e2edee767ff951.tar.bz2
Added handler for fsync. For the memfile it is the same as the data sync.
Diffstat (limited to 'c/src/exec/libfs/src/imfs')
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_handlers_memfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/libfs/src/imfs/imfs_handlers_memfile.c b/c/src/exec/libfs/src/imfs/imfs_handlers_memfile.c
index 20ef3c57b3..0e2566841b 100644
--- a/c/src/exec/libfs/src/imfs/imfs_handlers_memfile.c
+++ b/c/src/exec/libfs/src/imfs/imfs_handlers_memfile.c
@@ -31,7 +31,7 @@ rtems_filesystem_file_handlers_r IMFS_memfile_handlers = {
IMFS_fchmod,
memfile_ftruncate,
NULL, /* fpathconf */
- NULL, /* fsync */
+ IMFS_fdatasync, /* fsync */
IMFS_fdatasync,
IMFS_fcntl,
memfile_rmnod