diff options
author | Pekka Enberg <penberg@kernel.org> | 2013-05-07 02:19:47 -0400 |
---|---|---|
committer | Pekka Enberg <penberg@kernel.org> | 2013-05-07 02:19:47 -0400 |
commit | 69df2ac1288b456a95aceadafbf88cd891a577c8 (patch) | |
tree | 0f2e83a8c4bc826f12d3f3871ecc1d7be0c9e4e3 /fs/proc | |
parent | c1be5a5b1b355d40e6cf79cc979eb66dafa24ad1 (diff) | |
parent | 8a965b3baa89ffedc73c0fbc750006c631012ced (diff) |
Merge branch 'slab/next' into slab/for-linus
Diffstat (limited to 'fs/proc')
-rw-r--r-- | fs/proc/stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/stat.c b/fs/proc/stat.c index e296572c73ed..1cf86c0e8689 100644 --- a/fs/proc/stat.c +++ b/fs/proc/stat.c | |||
@@ -184,7 +184,7 @@ static int show_stat(struct seq_file *p, void *v) | |||
184 | 184 | ||
185 | static int stat_open(struct inode *inode, struct file *file) | 185 | static int stat_open(struct inode *inode, struct file *file) |
186 | { | 186 | { |
187 | unsigned size = 1024 + 128 * num_possible_cpus(); | 187 | size_t size = 1024 + 128 * num_possible_cpus(); |
188 | char *buf; | 188 | char *buf; |
189 | struct seq_file *m; | 189 | struct seq_file *m; |
190 | int res; | 190 | int res; |