mtd/fs/jffs2 wbuf.c,1.98,1.99
Artem Bityutskiy
dedekind at infradead.org
Wed Sep 21 12:11:07 EDT 2005
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv8913
Modified Files:
wbuf.c
Log Message:
[JFFS2] remove old, unused and sonfusing macro.
Index: wbuf.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/wbuf.c,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- wbuf.c 7 Sep 2005 08:34:55 -0000 1.98
+++ wbuf.c 21 Sep 2005 16:11:04 -0000 1.99
@@ -31,9 +31,6 @@
/* max. erase failures before we mark a block bad */
#define MAX_ERASE_FAILURES 2
-/* two seconds timeout for timed wbuf-flushing */
-#define WBUF_FLUSH_TIMEOUT 2 * HZ
-
struct jffs2_inodirty {
uint32_t ino;
struct jffs2_inodirty *next;
More information about the linux-mtd-cvs
mailing list