From 37be939deafdff59a285bca1dbab092b0be1cdcf Mon Sep 17 00:00:00 2001 From: Christoph Lameter Date: Thu, 10 Jan 2013 19:14:17 +0000 Subject: [PATCH] --- yaml --- r: 373728 b: refs/heads/master c: 9e5e8deca74603357626471a9b44f05dea9e32b1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/proc/stat.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;