aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/proc/vmcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/vmcore.c b/fs/proc/vmcore.c
index 124e35442ac8..4063fb32f78c 100644
--- a/fs/proc/vmcore.c
+++ b/fs/proc/vmcore.c
@@ -41,7 +41,7 @@ struct proc_dir_entry *proc_vmcore = NULL;
41 41
42/* Reads a page from the oldmem device from given offset. */ 42/* Reads a page from the oldmem device from given offset. */
43static ssize_t read_from_oldmem(char *buf, size_t count, 43static ssize_t read_from_oldmem(char *buf, size_t count,
44 loff_t *ppos, int userbuf) 44 u64 *ppos, int userbuf)
45{ 45{
46 unsigned long pfn, offset; 46 unsigned long pfn, offset;
47 size_t nr_bytes; 47 size_t nr_bytes;