summaryrefslogtreecommitdiff
path: root/rtems/rtems_yaffs.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtems/rtems_yaffs.c')
-rw-r--r--rtems/rtems_yaffs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtems/rtems_yaffs.c b/rtems/rtems_yaffs.c
index 66071a5..4fc4115 100644
--- a/rtems/rtems_yaffs.c
+++ b/rtems/rtems_yaffs.c
@@ -844,7 +844,7 @@ static const rtems_filesystem_operations_table yaffs_ops = {
.symlink_h = ycb_symlink,
.readlink_h = ycb_readlink,
.rename_h = ycb_rename,
- .statvfs_h = NULL
+ .statvfs_h = ycb_statvfs
};
/* Yeah, who thought writing filesystem glue code could ever be so complicated? */