From: Timothy Manning Date: Mon, 25 Oct 2010 20:38:38 +0000 (+1300) Subject: yaffs fixing some bugs with basic-tests X-Git-Tag: linux-mainline-rc-01~3 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=3d61aa9e6a51f89c067558dee27b02be4f564606 yaffs fixing some bugs with basic-tests Signed-off-by: Timothy Manning --- diff --git a/direct/basic-test/dtest.c b/direct/basic-test/dtest.c index db38cb5..691ffe2 100644 --- a/direct/basic-test/dtest.c +++ b/direct/basic-test/dtest.c @@ -2691,9 +2691,9 @@ void link_follow_test(const char *mountpt) int result; int h; - yaffs_traceMask = 0; + yaffs_trace_mask = 0; - yaffs_StartUp(); + yaffs_start_up(); yaffs_mount(mountpt); diff --git a/direct/yaffsfs.h b/direct/yaffsfs.h index e094959..f766c72 100644 --- a/direct/yaffsfs.h +++ b/direct/yaffsfs.h @@ -170,7 +170,7 @@ struct yaffs_dev_s; void yaffs_add_device(struct yaffs_dev_s *dev); int yaffs_start_up(void); - +int yaffsfs_GetLastError(void); /* Function to get the last error */ int yaffs_get_error(void);