diff --git a/[refs] b/[refs] index 7bfe7dcc8825..679160c527d5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f97d5f634d3b5133951424fae751db1f339548bd +refs/heads/master: 9e5e8deca74603357626471a9b44f05dea9e32b1 diff --git a/trunk/fs/proc/stat.c b/trunk/fs/proc/stat.c index e296572c73ed..1cf86c0e8689 100644 --- a/trunk/fs/proc/stat.c +++ b/trunk/fs/proc/stat.c @@ -184,7 +184,7 @@ static int show_stat(struct seq_file *p, void *v) static int stat_open(struct inode *inode, struct file *file) { - unsigned size = 1024 + 128 * num_possible_cpus(); + size_t size = 1024 + 128 * num_possible_cpus(); char *buf; struct seq_file *m; int res;