Merge branch 'big-files': Merge in large file support
[yaffs2.git] / yaffs_guts.h
index 6e48d1361bfa5742955c669af5bed27bd8d983f8..b3bc574a51b29fe2b99159898e9ea27157a765bd 100644 (file)
@@ -603,6 +603,11 @@ struct yaffs_param {
        int always_check_erased;        /* Force chunk erased check always on */
 
        int disable_summary;
+
+       int max_objects;        /*
+                                * Set to limit the number of objects created.
+                                * 0 = no limit.
+                               */
 };
 
 struct yaffs_dev {