mtd/fs/jffs2 scan.c,1.89,1.90
David Woodhouse
dwmw2 at infradead.org
Mon Sep 9 03:38:52 EDT 2002
- Previous message: mtd/fs/jffs2 gc.c,1.83,1.84 nodelist.c,1.60,1.61 nodelist.h,1.82,1.83 nodemgmt.c,1.76,1.77 readinode.c,1.89,1.90 scan.c,1.88,1.89 write.c,1.58,1.59
- Next message: mtd/fs/jffs2 scan.c,1.90,1.91
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv12878
Modified Files:
scan.c
Log Message:
include linux/compiler.h for unlikely()
Index: scan.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/scan.c,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- scan.c 6 Sep 2002 16:46:29 -0000 1.89
+++ scan.c 9 Sep 2002 07:38:50 -0000 1.90
@@ -15,6 +15,7 @@
#include <linux/mtd/mtd.h>
#include <linux/pagemap.h>
#include <linux/crc32.h>
+#include <linux/compiler.h>
#include "nodelist.h"
#define EMPTY_SCAN_SIZE 4096
- Previous message: mtd/fs/jffs2 gc.c,1.83,1.84 nodelist.c,1.60,1.61 nodelist.h,1.82,1.83 nodemgmt.c,1.76,1.77 readinode.c,1.89,1.90 scan.c,1.88,1.89 write.c,1.58,1.59
- Next message: mtd/fs/jffs2 scan.c,1.90,1.91
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list