mtd/fs/jffs2 file.c,1.104,1.105
gleixner at infradead.org
gleixner at infradead.org
Sun Nov 6 05:39:50 EST 2005
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv22002
Modified Files:
file.c
Log Message:
Mainline sync. Remove wrong function prototypes
Index: file.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/file.c,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- file.c 18 Oct 2005 23:29:35 -0000 1.104
+++ file.c 6 Nov 2005 10:39:47 -0000 1.105
@@ -21,9 +21,6 @@
#include <linux/jffs2.h>
#include "nodelist.h"
-extern int generic_file_open(struct inode *, struct file *) __attribute__((weak));
-extern loff_t generic_file_llseek(struct file *file, loff_t offset, int origin) __attribute__((weak));
-
static int jffs2_commit_write (struct file *filp, struct page *pg,
unsigned start, unsigned end);
static int jffs2_prepare_write (struct file *filp, struct page *pg,
More information about the linux-mtd-cvs
mailing list