From a03d8e2c95ff61dd751f629bd7b2f2533fa955e8 Mon Sep 17 00:00:00 2001 From: charles Date: Tue, 20 May 2003 23:20:53 +0000 Subject: [PATCH] *** empty log message *** --- yaffs_ecc.c | 8 ++++---- yaffs_fs.c | 3 ++- yaffs_guts.c | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) 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" -- 2.30.2