*** empty log message ***
authorcharles <charles>
Tue, 20 May 2003 23:20:53 +0000 (23:20 +0000)
committercharles <charles>
Tue, 20 May 2003 23:20:53 +0000 (23:20 +0000)
yaffs_ecc.c
yaffs_fs.c
yaffs_guts.c

index 1420da2491445efb795f4b4a79ecb9ebbb1845f2..7317d7726e7525b73901bdfa52db65a8a344460f 100644 (file)
@@ -7,10 +7,10 @@
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
  *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * version 2.1 as published by the Free Software Foundation.
  */
  
  /*
@@ -29,7 +29,7 @@
 // Bit 0 of each entry indicates whether the entry has an odd or even parity, and therefore
 // this bytes influence on the line parity.
 
-const char *yaffs_ecc_c_version = "$Id: yaffs_ecc.c,v 1.1 2003-05-20 22:32:24 charles Exp $";
+const char *yaffs_ecc_c_version = "$Id: yaffs_ecc.c,v 1.2 2003-05-20 23:20:53 charles Exp $";
 
 
 #include "yaffs_ecc.h"
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.
index 5784d7956cc63d008c4df3045968e0839c90f70a..133dd15cc1fb51f3a3e6cd6fa4ff87f48a22ae26 100644 (file)
@@ -14,7 +14,7 @@
  */
  //yaffs_guts.c
 
-const char *yaffs_guts_c_version="$Id: yaffs_guts.c,v 1.25 2003-05-20 22:30:35 charles Exp $";
+const char *yaffs_guts_c_version="$Id: yaffs_guts.c,v 1.26 2003-05-20 23:20:53 charles Exp $";
 
 #include "yportenv.h"