yaffsfs: Allocate directory searches from a table rather than via malloc.
[yaffs2.git] / direct / yaffscfg.h
index f8320334a3a222cee6d5430935ee9a4efad2d2fd..c0686427a53daee290d4df214d29c5b86f88c0d0 100644 (file)
@@ -25,7 +25,8 @@
 
 #include "yportenv.h"     
 
-#define YAFFSFS_N_HANDLES 100
+#define YAFFSFS_N_HANDLES      100
+#define YAFFSFS_N_DSC          20
 
 
 typedef struct yaffsfs_DeviceConfigurationStruct {