X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=yaffs_fs.c;h=6ef58ada7b1954913bc70dbc1262df260031174b;hb=a03d8e2c95ff61dd751f629bd7b2f2533fa955e8;hp=ff7221baf2e9147dba00082e56c02abd46441f4c;hpb=04b0bc6d90ee30fd60585dffe6862e2723dd5662;p=yaffs%2F.git diff --git a/yaffs_fs.c b/yaffs_fs.c index ff7221b..6ef58ad 100644 --- a/yaffs_fs.c +++ b/yaffs_fs.c @@ -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.