mtd/fs/jffs2/ecos ChangeLog,1.8,1.9
lunn at infradead.org
lunn at infradead.org
Sat Dec 11 07:24:19 EST 2004
Update of /home/cvs/mtd/fs/jffs2/ecos
In directory phoenix.infradead.org:/tmp/cvs-serv27383
Modified Files:
ChangeLog
Log Message:
* src/fs-ecos.c: Use filesystem locking not file locking otherwise
the node cache can be corrupted by multiple operations on
different files at the same time.
Index: ChangeLog
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/ecos/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 16 Nov 2004 20:36:13 -0000 1.8
+++ ChangeLog 11 Dec 2004 12:24:15 -0000 1.9
@@ -1,3 +1,9 @@
+2004-12-10 Per Hedblom <per.hedblom at abem.se>
+
+ * src/fs-ecos.c: Use filesystem locking not file locking otherwise
+ the node cache can be corrupted by multiple operations on
+ different files at the same time.
+
2004-11-11 Andrew Lunn <andrew.lunn at ascom.ch>
* Merge from public MTD.
More information about the linux-mtd-cvs
mailing list