From: charles Date: Tue, 20 May 2003 23:20:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://yaffs.net/gitweb/?a=commitdiff_plain;h=a03d8e2c95ff61dd751f629bd7b2f2533fa955e8;hp=04b0bc6d90ee30fd60585dffe6862e2723dd5662;p=yaffs%2F.git *** empty log message *** --- diff --git a/yaffs_ecc.c b/yaffs_ecc.c index 1420da2..7317d77 100644 --- a/yaffs_ecc.c +++ b/yaffs_ecc.c @@ -7,10 +7,10 @@ * * Created by Charles Manning * - * 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" 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. diff --git a/yaffs_guts.c b/yaffs_guts.c index 5784d79..133dd15 100644 --- a/yaffs_guts.c +++ b/yaffs_guts.c @@ -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"