mtd/fs/jffs3 background.c, 3.7, 3.8 build.c, 3.7, 3.8 compr.c, 3.5, 3.6 compr.h, 3.4, 3.5 compr_lzari.c, 3.2, 3.3 compr_lzo.c, 3.2, 3.3 compr_rtime.c, 3.4, 3.5 compr_rubin.c, 3.4, 3.5 compr_zlib.c, 3.4, 3.5 debug.c, 1.10, 1.11 debug.h, 1.20, 1.21 dir.c, 3.8, 3.9 erase.c, 3.6, 3.7 file.c, 3.6, 3.7 fs.c, 3.7, 3.8 gc.c, 3.9, 3.10 ioctl.c, 3.2, 3.3 jffs3.h, 3.5, 3.6 malloc.c, 3.5, 3.6 nodelist.c, 3.4, 3.5 nodelist.h, 3.10, 3.11 nodemgmt.c, 3.12, 3.13 os-linux.h, 3.3, 3.4 pushpull.h, 3.1, 3.2 read.c, 3.6, 3.7 readinode.c, 3.7, 3.8 scan.c, 3.8, 3.9 scan.h, 1.5, 1.6 summary.c, 3.4, 3.5 summary.h, 3.2, 3.3 super-v24.c, 3.4, 3.5 super.c, 3.8, 3.9 symlink-v24.c, 3.2, 3.3 symlink.c, 3.2, 3.3 wbuf.c, 3.8, 3.9 write.c, 3.8, 3.9 writev.c, 3.1, 3.2

Artem Bityuckiy dedekind at infradead.org
Wed Jan 5 11:19:04 EST 2005


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

Modified Files:
	background.c build.c compr.c compr.h compr_lzari.c compr_lzo.c 
	compr_rtime.c compr_rubin.c compr_zlib.c debug.c debug.h dir.c 
	erase.c file.c fs.c gc.c ioctl.c jffs3.h malloc.c nodelist.c 
	nodelist.h nodemgmt.c os-linux.h pushpull.h read.c readinode.c 
	scan.c scan.h summary.c summary.h super-v24.c super.c 
	symlink-v24.c symlink.c wbuf.c write.c writev.c 
Log Message:
Fix the JFFS version


Index: background.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/background.c,v
retrieving revision 3.7
retrieving revision 3.8
diff -u -r3.7 -r3.8
--- background.c	25 Dec 2004 11:11:20 -0000	3.7
+++ background.c	5 Jan 2005 16:18:59 -0000	3.8
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  *

Index: build.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/build.c,v
retrieving revision 3.7
retrieving revision 3.8
diff -u -r3.7 -r3.8
--- build.c	25 Dec 2004 11:11:20 -0000	3.7
+++ build.c	5 Jan 2005 16:18:59 -0000	3.8
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  *

Index: compr.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/compr.c,v
retrieving revision 3.5
retrieving revision 3.6
diff -u -r3.5 -r3.6
--- compr.c	25 Dec 2004 11:11:20 -0000	3.5
+++ compr.c	5 Jan 2005 16:18:59 -0000	3.6
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  * Created by Arjan van de Ven <arjanv at redhat.com>

Index: compr.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/compr.h,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -r3.4 -r3.5
--- compr.h	25 Dec 2004 11:11:20 -0000	3.4
+++ compr.h	5 Jan 2005 16:18:59 -0000	3.5
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2004 Ferenc Havasi <havasi at inf.u-szeged.hu>,
  *                    University of Szeged, Hungary

Index: compr_lzari.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/compr_lzari.c,v
retrieving revision 3.2
retrieving revision 3.3
diff -u -r3.2 -r3.3
--- compr_lzari.c	25 Dec 2004 11:11:20 -0000	3.2
+++ compr_lzari.c	5 Jan 2005 16:18:59 -0000	3.3
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2004 Patrik Kluba,
  *                    University of Szeged, Hungary

Index: compr_lzo.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/compr_lzo.c,v
retrieving revision 3.2
retrieving revision 3.3
diff -u -r3.2 -r3.3
--- compr_lzo.c	25 Dec 2004 11:11:20 -0000	3.2
+++ compr_lzo.c	5 Jan 2005 16:18:59 -0000	3.3
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2004 Patrik Kluba,
  *                    University of Szeged, Hungary

Index: compr_rtime.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/compr_rtime.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -r3.4 -r3.5
--- compr_rtime.c	25 Dec 2004 11:11:20 -0000	3.4
+++ compr_rtime.c	5 Jan 2005 16:18:59 -0000	3.5
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  *

Index: compr_rubin.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/compr_rubin.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -r3.4 -r3.5
--- compr_rubin.c	25 Dec 2004 11:11:21 -0000	3.4
+++ compr_rubin.c	5 Jan 2005 16:18:59 -0000	3.5
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001, 2002 Red Hat, Inc.
  *

Index: compr_zlib.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/compr_zlib.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -r3.4 -r3.5
--- compr_zlib.c	25 Dec 2004 11:11:21 -0000	3.4
+++ compr_zlib.c	5 Jan 2005 16:18:59 -0000	3.5
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  *

Index: debug.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/debug.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- debug.c	3 Jan 2005 18:40:11 -0000	1.10
+++ debug.c	5 Jan 2005 16:18:59 -0000	1.11
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  *

Index: debug.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/debug.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- debug.h	3 Jan 2005 18:40:11 -0000	1.20
+++ debug.h	5 Jan 2005 16:19:00 -0000	1.21
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  *

Index: dir.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/dir.c,v
retrieving revision 3.8
retrieving revision 3.9
diff -u -r3.8 -r3.9
--- dir.c	3 Jan 2005 19:14:15 -0000	3.8
+++ dir.c	5 Jan 2005 16:19:00 -0000	3.9
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  *

Index: erase.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/erase.c,v
retrieving revision 3.6
retrieving revision 3.7
diff -u -r3.6 -r3.7
--- erase.c	25 Dec 2004 11:11:21 -0000	3.6
+++ erase.c	5 Jan 2005 16:19:00 -0000	3.7
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  *

Index: file.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/file.c,v
retrieving revision 3.6
retrieving revision 3.7
diff -u -r3.6 -r3.7
--- file.c	25 Dec 2004 11:11:21 -0000	3.6
+++ file.c	5 Jan 2005 16:19:00 -0000	3.7
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  *

Index: fs.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/fs.c,v
retrieving revision 3.7
retrieving revision 3.8
diff -u -r3.7 -r3.8
--- fs.c	25 Dec 2004 11:11:21 -0000	3.7
+++ fs.c	5 Jan 2005 16:19:00 -0000	3.8
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  *

Index: gc.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/gc.c,v
retrieving revision 3.9
retrieving revision 3.10
diff -u -r3.9 -r3.10
--- gc.c	25 Dec 2004 11:11:21 -0000	3.9
+++ gc.c	5 Jan 2005 16:19:00 -0000	3.10
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  *

Index: ioctl.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/ioctl.c,v
retrieving revision 3.2
retrieving revision 3.3
diff -u -r3.2 -r3.3
--- ioctl.c	25 Dec 2004 11:11:21 -0000	3.2
+++ ioctl.c	5 Jan 2005 16:19:00 -0000	3.3
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  *

Index: jffs3.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/jffs3.h,v
retrieving revision 3.5
retrieving revision 3.6
diff -u -r3.5 -r3.6
--- jffs3.h	25 Dec 2004 11:11:21 -0000	3.5
+++ jffs3.h	5 Jan 2005 16:19:00 -0000	3.6
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  *

Index: malloc.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/malloc.c,v
retrieving revision 3.5
retrieving revision 3.6
diff -u -r3.5 -r3.6
--- malloc.c	25 Dec 2004 11:11:21 -0000	3.5
+++ malloc.c	5 Jan 2005 16:19:00 -0000	3.6
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  *

Index: nodelist.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/nodelist.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -r3.4 -r3.5
--- nodelist.c	25 Dec 2004 11:11:21 -0000	3.4
+++ nodelist.c	5 Jan 2005 16:19:00 -0000	3.5
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  *

Index: nodelist.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/nodelist.h,v
retrieving revision 3.10
retrieving revision 3.11
diff -u -r3.10 -r3.11
--- nodelist.h	3 Jan 2005 18:45:01 -0000	3.10
+++ nodelist.h	5 Jan 2005 16:19:00 -0000	3.11
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  *

Index: nodemgmt.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/nodemgmt.c,v
retrieving revision 3.12
retrieving revision 3.13
diff -u -r3.12 -r3.13
--- nodemgmt.c	5 Jan 2005 08:33:46 -0000	3.12
+++ nodemgmt.c	5 Jan 2005 16:19:00 -0000	3.13
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  *

Index: os-linux.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/os-linux.h,v
retrieving revision 3.3
retrieving revision 3.4
diff -u -r3.3 -r3.4
--- os-linux.h	25 Dec 2004 11:11:21 -0000	3.3
+++ os-linux.h	5 Jan 2005 16:19:00 -0000	3.4
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2002-2003 Red Hat, Inc.
  *

Index: pushpull.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/pushpull.h,v
retrieving revision 3.1
retrieving revision 3.2
diff -u -r3.1 -r3.2
--- pushpull.h	9 Dec 2004 16:05:06 -0000	3.1
+++ pushpull.h	5 Jan 2005 16:19:00 -0000	3.2
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001, 2002 Red Hat, Inc.
  *

Index: read.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/read.c,v
retrieving revision 3.6
retrieving revision 3.7
diff -u -r3.6 -r3.7
--- read.c	25 Dec 2004 11:11:21 -0000	3.6
+++ read.c	5 Jan 2005 16:19:00 -0000	3.7
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  *

Index: readinode.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/readinode.c,v
retrieving revision 3.7
retrieving revision 3.8
diff -u -r3.7 -r3.8
--- readinode.c	3 Jan 2005 19:13:14 -0000	3.7
+++ readinode.c	5 Jan 2005 16:19:00 -0000	3.8
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  *

Index: scan.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/scan.c,v
retrieving revision 3.8
retrieving revision 3.9
diff -u -r3.8 -r3.9
--- scan.c	27 Dec 2004 10:14:08 -0000	3.8
+++ scan.c	5 Jan 2005 16:19:00 -0000	3.9
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  *

Index: scan.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/scan.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- scan.h	5 Jan 2005 08:33:46 -0000	1.5
+++ scan.h	5 Jan 2005 16:19:00 -0000	1.6
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  *

Index: summary.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/summary.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -r3.4 -r3.5
--- summary.c	5 Jan 2005 08:33:46 -0000	3.4
+++ summary.c	5 Jan 2005 16:19:00 -0000	3.5
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2004  Ferenc Havasi <havasi at inf.u-szeged.hu>,
  *                     Zoltan Sogor <weth at inf.u-szeged.hu>,

Index: summary.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/summary.h,v
retrieving revision 3.2
retrieving revision 3.3
diff -u -r3.2 -r3.3
--- summary.h	25 Dec 2004 11:11:22 -0000	3.2
+++ summary.h	5 Jan 2005 16:19:00 -0000	3.3
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2004  Ferenc Havasi <havasi at inf.u-szeged.hu>,
  *                     Zoltan Sogor <weth at inf.u-szeged.hu>,

Index: super-v24.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/super-v24.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -r3.4 -r3.5
--- super-v24.c	25 Dec 2004 11:11:22 -0000	3.4
+++ super-v24.c	5 Jan 2005 16:19:01 -0000	3.5
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  *

Index: super.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/super.c,v
retrieving revision 3.8
retrieving revision 3.9
diff -u -r3.8 -r3.9
--- super.c	5 Jan 2005 08:33:46 -0000	3.8
+++ super.c	5 Jan 2005 16:19:01 -0000	3.9
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  *

Index: symlink-v24.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/symlink-v24.c,v
retrieving revision 3.2
retrieving revision 3.3
diff -u -r3.2 -r3.3
--- symlink-v24.c	25 Dec 2004 11:11:22 -0000	3.2
+++ symlink-v24.c	5 Jan 2005 16:19:01 -0000	3.3
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001, 2002 Red Hat, Inc.
  *

Index: symlink.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/symlink.c,v
retrieving revision 3.2
retrieving revision 3.3
diff -u -r3.2 -r3.3
--- symlink.c	25 Dec 2004 11:11:22 -0000	3.2
+++ symlink.c	5 Jan 2005 16:19:01 -0000	3.3
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001, 2002 Red Hat, Inc.
  *

Index: wbuf.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/wbuf.c,v
retrieving revision 3.8
retrieving revision 3.9
diff -u -r3.8 -r3.9
--- wbuf.c	25 Dec 2004 11:11:22 -0000	3.8
+++ wbuf.c	5 Jan 2005 16:19:01 -0000	3.9
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  * Copyright (C) 2004 Thomas Gleixner <tglx at linutronix.de>

Index: write.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/write.c,v
retrieving revision 3.8
retrieving revision 3.9
diff -u -r3.8 -r3.9
--- write.c	25 Dec 2004 11:11:22 -0000	3.8
+++ write.c	5 Jan 2005 16:19:01 -0000	3.9
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001-2003 Red Hat, Inc.
  *

Index: writev.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/writev.c,v
retrieving revision 3.1
retrieving revision 3.2
diff -u -r3.1 -r3.2
--- writev.c	9 Dec 2004 16:05:08 -0000	3.1
+++ writev.c	5 Jan 2005 16:19:01 -0000	3.2
@@ -1,5 +1,5 @@
 /*
- * JFFS3 -- Journalling Flash File System, Version 2.
+ * JFFS3 -- Journalling Flash File System, Version 3.
  *
  * Copyright (C) 2001, 2002 Red Hat, Inc.
  *





More information about the linux-mtd-cvs mailing list