From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24009 invoked by alias); 5 Aug 2004 13:41:34 -0000 Mailing-List: contact ecos-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 23994 invoked by uid 9341); 5 Aug 2004 13:41:34 -0000 Date: Thu, 05 Aug 2004 13:41:00 -0000 Message-ID: <20040805134134.23993.qmail@sourceware.org> From: asl@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/fs/jffs2/current ChangeLog src/f ... X-SW-Source: 2004/txt/msg00348.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Branch: flash_v2 Changes by: asl@sourceware.org 2004-08-05 13:41:34 Modified files: packages/fs/jffs2/current: ChangeLog packages/fs/jffs2/current/src: flashio.c fs-ecos.c packages/fs/jffs2/current/tests: fileio1.c Log message: * tests/fileio1.c (main): If we have two filesystem configured mount the second one on /mnt and list the root of it. * src/fs-ecos.c (jffs2_fo_write): Fixed a typo in a debug print which is normally disabled. * src/fs-ecos.c (jffs2_fo_lseek): Put back part of the fix for lseeking past the end of the file which was removed during the last merge with MTD. * src/flashio.c (jffs2_flash_erase): Minor update for new flash API.