yaffs fixing some bugs with basic-tests
authorTimothy Manning <tfhmanning@gmail.com>
Mon, 25 Oct 2010 20:38:38 +0000 (09:38 +1300)
committerTimothy Manning <tfhmanning@gmail.com>
Mon, 25 Oct 2010 20:38:38 +0000 (09:38 +1300)
Signed-off-by: Timothy Manning <tfhmanning@gmail.com>
direct/basic-test/dtest.c
direct/yaffsfs.h

index db38cb50fce44e39e25369994098e3170874ade4..691ffe2921842d8b764a4ae584ab21959fc517f3 100644 (file)
@@ -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);
 
index e0949593d7281e6742c0b13e9389b4655449c11f..f766c722729d423d7a11a0d5bc215079a1187457 100644 (file)
@@ -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);