*** empty log message ***
[yaffs/.git] / yaffs_fs.c
index ff7221baf2e9147dba00082e56c02abd46441f4c..6ef58ada7b1954913bc70dbc1262df260031174b 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 
-const char *yaffs_fs_c_version = "$Id: yaffs_fs.c,v 1.25 2003-03-11 05:16:53 charles Exp $";
+const char *yaffs_fs_c_version = "$Id: yaffs_fs.c,v 1.26 2003-05-20 23:20:53 charles Exp $";
 extern const char *yaffs_guts_c_version;
 
 
@@ -1245,6 +1245,7 @@ static struct super_block *yaffs_internal_read_super(int useRam, struct super_bl
                dev->nChunksPerBlock = YAFFS_CHUNKS_PER_BLOCK;
                dev->nBytesPerChunk = YAFFS_BYTES_PER_CHUNK;
                dev->nReservedBlocks = 5;
+               dev->nShortOpCaches = 10; // Enable short op caching
                
 
                // ... and the functions.