diff --git a/[refs] b/[refs] index a305eeaec9f8..393a50784ad8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 81a6cff678ecee7cdc0658285d3150660c07cfce +refs/heads/master: ff8b16d7e15a8ba2a6086645614a483e048e3fbf diff --git a/trunk/mm/vmstat.c b/trunk/mm/vmstat.c index cd2e42be7b68..42eac4d33216 100644 --- a/trunk/mm/vmstat.c +++ b/trunk/mm/vmstat.c @@ -949,7 +949,7 @@ static void *vmstat_start(struct seq_file *m, loff_t *pos) v[PGPGIN] /= 2; /* sectors -> kbytes */ v[PGPGOUT] /= 2; #endif - return m->private + *pos; + return (unsigned long *)m->private + *pos; } static void *vmstat_next(struct seq_file *m, void *arg, loff_t *pos)