yaffs: More name changes
[yaffs2.git] / yaffs_guts.h
index 88075a7c8bda0efc4c94b01dd3c87171f2586aca..3a819ab3f157ca0f62e41c3bb78653c44093204f 100644 (file)
@@ -235,7 +235,7 @@ typedef enum {
        YAFFS_BLOCK_STATE_NEEDS_SCANNING,
        /* The block might have something on it (ie it is allocating or full, perhaps empty)
         * but it needs to be scanned to determine its true state.
-        * This state is only valid during yaffs_Scan.
+        * This state is only valid during scanning.
         * NB We tolerate empty because the pre-scanner might be incapable of deciding
         * However, if this state is returned on a YAFFS2 device, then we expect a sequence number
         */
@@ -874,9 +874,6 @@ int yaffs_checkpoint_restore(yaffs_dev_t *dev);
 yaffs_obj_t *yaffs_create_dir(yaffs_obj_t *parent, const YCHAR *name,
                                __u32 mode, __u32 uid, __u32 gid);
 yaffs_obj_t *yaffs_find_by_name(yaffs_obj_t *the_dir, const YCHAR *name);
-int yaffs_ApplyToDirectoryChildren(yaffs_obj_t *the_dir,
-                                  int (*fn) (yaffs_obj_t *));
-
 yaffs_obj_t *yaffs_find_by_number(yaffs_dev_t *dev, __u32 number);
 
 /* Link operations */