X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=yaffs_guts.h;h=3a819ab3f157ca0f62e41c3bb78653c44093204f;hb=1d65367807dc6c75458c2926b17727ae0765a856;hp=88075a7c8bda0efc4c94b01dd3c87171f2586aca;hpb=7396445d7d0d13469b9505791114b9dc6b76ffe4;p=yaffs2.git diff --git a/yaffs_guts.h b/yaffs_guts.h index 88075a7..3a819ab 100644 --- a/yaffs_guts.h +++ b/yaffs_guts.h @@ -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 */