|
@@ -2123,7 +2123,7 @@ extern struct file *do_filp_open(int dfd, const char *pathname,
|
|
|
int open_flag, int mode, int acc_mode);
|
|
|
extern int may_open(struct path *, int, int);
|
|
|
|
|
|
-extern int kernel_read(struct file *, unsigned long, char *, unsigned long);
|
|
|
+extern int kernel_read(struct file *, loff_t, char *, unsigned long);
|
|
|
extern struct file * open_exec(const char *);
|
|
|
|
|
|
/* fs/dcache.c -- generic fs support functions */
|