mtd/fs/jffs3 .cvsignore, NONE, 3.1 GNUmakefile, NONE, 3.1 LICENCE, NONE, 3.1 Makefile, NONE, 3.1 Makefile.24, NONE, 3.1 Makefile.common, NONE, 3.1 README.Locking, NONE, 3.1 TODO, NONE, 3.1 background.c, NONE, 3.1 build.c, NONE, 3.1 compr.c, NONE, 3.1 compr.h, NONE, 3.1 compr_lzari.c, NONE, 3.1 compr_lzo.c, NONE, 3.1 compr_rtime.c, NONE, 3.1 compr_rubin.c, NONE, 3.1 compr_rubin.h, NONE, 3.1 compr_zlib.c, NONE, 3.1 comprtest.c, NONE, 3.1 crc32.c, NONE, 3.1 crc32.h, NONE, 3.1 defconfig, NONE, 3.1 dir.c, NONE, 3.1 erase.c, NONE, 3.1 file.c, NONE, 3.1 fs.c, NONE, 3.1 gc.c, NONE, 3.1 histo.h, NONE, 3.1 histo_mips.h, NONE, 3.1 ioctl.c, NONE, 3.1 jffs3.h, NONE, 3.1 jffs3_fs_i.h, NONE, 3.1 jffs3_fs_sb.h, NONE, 3.1 malloc.c, NONE, 3.1 nodelist.c, NONE, 3.1 nodelist.h, NONE, 3.1 nodemgmt.c, NONE, 3.1 os-linux.h, NONE, 3.1 pushpull.h, NONE, 3.1 rbtree.c, NONE, 3.1 read.c, NONE, 3.1 readinode.c, NONE, 3.1 scan.c, NONE, 3.1 super-v24.c, NONE, 3.1 super.c, NONE, 3.1 symlink-v24.c, NONE, 3.1 symlink.c, NONE, 3.1 wbuf.c, NONE, 3.1 write.c, NONE, 3.1 writev.c, NONE, 3.1

David Woodhouse dwmw2 at infradead.org
Thu Dec 9 11:05:11 EST 2004


Update of /home/cvs/mtd/fs/jffs3
In directory phoenix.infradead.org:/tmp/cvs-serv17784

Modified Files:
      Tag: 3.1
	.cvsignore GNUmakefile LICENCE Makefile Makefile.24 
	Makefile.common README.Locking TODO background.c build.c 
	compr.c compr.h compr_lzari.c compr_lzo.c compr_rtime.c 
	compr_rubin.c compr_rubin.h compr_zlib.c comprtest.c crc32.c 
	crc32.h defconfig dir.c erase.c file.c fs.c gc.c histo.h 
	histo_mips.h ioctl.c jffs3.h jffs3_fs_i.h jffs3_fs_sb.h 
	malloc.c nodelist.c nodelist.h nodemgmt.c os-linux.h 
	pushpull.h rbtree.c read.c readinode.c scan.c super-v24.c 
	super.c symlink-v24.c symlink.c wbuf.c write.c writev.c 
Log Message:
JFFS3


--- NEW FILE .cvsignore ---
*.flags
***** Error reading new file: [Errno 2] No such file or directory: 'GNUmakefile'
***** Error reading new file: [Errno 2] No such file or directory: 'LICENCE'
***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'
--- NEW FILE Makefile.24 ---
#
# fs/jffs3/Makefile.24
#
# JFFS2 Id: Makefile,v 1.43 2003/10/06 12:54:49 dwmw2  Exp
# $Id$

ifdef OUT_OF_TREE_BUILD
include $(mtd)/defconfig

# This must be first in the include path, so it goes in $(CC) rather
# then $(EXTRA_CFLAGS)

CC += -I$(mtd)/../../include
EXTRA_CFLAGS := -g -Werror

ifndef CONFIG_MTD
EXTRA_CFLAGS += -DMTD_OUT_OF_TREE
endif

ifdef NONAND
EXTRA_CFLAGS += -DNONAND
endif
endif

obj-$(CONFIG_JFFS3_FS) += jffs3.o

JFFS3_OBJS := compr.o dir.o file.o ioctl.o nodelist.o malloc.o
JFFS3_OBJS += read.o nodemgmt.o readinode.o write.o scan.o gc.o
JFFS3_OBJS += symlink-v24.o build.o erase.o background.o fs.o writev.o

LINUX_OBJS += super-v24.o crc32.o rbtree.o

NAND_OBJS-$(CONFIG_JFFS3_FS_NAND) += wbuf.o

COMPR_OBJS-$(CONFIG_JFFS3_RUBIN)  += compr_rubin.o
COMPR_OBJS-$(CONFIG_JFFS3_RTIME)  += compr_rtime.o
COMPR_OBJS-$(CONFIG_JFFS3_ZLIB)   += compr_zlib.o

obj-y := $(COMPR_OBJS-y) $(JFFS3_OBJS) $(LINUX_OBJS) $(NAND_OBJS-y)
O_TARGET := jffs3.o

include $(TOPDIR)/Rules.make


***** Error reading new file: [Errno 2] No such file or directory: 'Makefile.common'
***** Error reading new file: [Errno 2] No such file or directory: 'README.Locking'
***** Error reading new file: [Errno 2] No such file or directory: 'TODO'
***** Error reading new file: [Errno 2] No such file or directory: 'background.c'
***** Error reading new file: [Errno 2] No such file or directory: 'build.c'
***** Error reading new file: [Errno 2] No such file or directory: 'compr.c'
***** Error reading new file: [Errno 2] No such file or directory: 'compr.h'
***** Error reading new file: [Errno 2] No such file or directory: 'compr_lzari.c'
***** Error reading new file: [Errno 2] No such file or directory: 'compr_lzo.c'
***** Error reading new file: [Errno 2] No such file or directory: 'compr_rtime.c'
***** Error reading new file: [Errno 2] No such file or directory: 'compr_rubin.c'
***** Error reading new file: [Errno 2] No such file or directory: 'compr_rubin.h'
***** Error reading new file: [Errno 2] No such file or directory: 'compr_zlib.c'
***** Error reading new file: [Errno 2] No such file or directory: 'comprtest.c'
***** Error reading new file: [Errno 2] No such file or directory: 'crc32.c'
***** Error reading new file: [Errno 2] No such file or directory: 'crc32.h'
***** Error reading new file: [Errno 2] No such file or directory: 'defconfig'
***** Error reading new file: [Errno 2] No such file or directory: 'dir.c'
***** Error reading new file: [Errno 2] No such file or directory: 'erase.c'
***** Error reading new file: [Errno 2] No such file or directory: 'file.c'
***** Error reading new file: [Errno 2] No such file or directory: 'fs.c'
***** Error reading new file: [Errno 2] No such file or directory: 'gc.c'
--- NEW FILE histo.h ---
/* This file provides the bit-probabilities for the input file */
#define BIT_DIVIDER 629 
static int bits[9] = { 179,167,183,165,159,198,178,119,}; /* ia32 .so files */

--- NEW FILE histo_mips.h ---
#define BIT_DIVIDER_MIPS 1043 
static int bits_mips[8] = { 277,249,290,267,229,341,212,241}; /* mips32 */

***** Error reading new file: [Errno 2] No such file or directory: 'ioctl.c'
***** Error reading new file: [Errno 2] No such file or directory: 'jffs3.h'
***** Error reading new file: [Errno 2] No such file or directory: 'jffs3_fs_i.h'
***** Error reading new file: [Errno 2] No such file or directory: 'jffs3_fs_sb.h'
***** Error reading new file: [Errno 2] No such file or directory: 'malloc.c'
***** Error reading new file: [Errno 2] No such file or directory: 'nodelist.c'
***** Error reading new file: [Errno 2] No such file or directory: 'nodelist.h'
***** Error reading new file: [Errno 2] No such file or directory: 'nodemgmt.c'
***** Error reading new file: [Errno 2] No such file or directory: 'os-linux.h'
***** Error reading new file: [Errno 2] No such file or directory: 'pushpull.h'
***** Error reading new file: [Errno 2] No such file or directory: 'rbtree.c'
***** Error reading new file: [Errno 2] No such file or directory: 'read.c'
***** Error reading new file: [Errno 2] No such file or directory: 'readinode.c'
***** Error reading new file: [Errno 2] No such file or directory: 'scan.c'
***** Error reading new file: [Errno 2] No such file or directory: 'super-v24.c'
***** Error reading new file: [Errno 2] No such file or directory: 'super.c'
***** Error reading new file: [Errno 2] No such file or directory: 'symlink-v24.c'
***** Error reading new file: [Errno 2] No such file or directory: 'symlink.c'
***** Error reading new file: [Errno 2] No such file or directory: 'wbuf.c'
***** Error reading new file: [Errno 2] No such file or directory: 'write.c'
***** Error reading new file: [Errno 2] No such file or directory: 'writev.c'




More information about the linux-mtd-cvs mailing list