Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373728
b: refs/heads/master
c: 9e5e8de
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Lameter authored and Pekka Enberg committed Feb 1, 2013
1 parent b00c6e4 commit 37be939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f97d5f634d3b5133951424fae751db1f339548bd
refs/heads/master: 9e5e8deca74603357626471a9b44f05dea9e32b1
2 changes: 1 addition & 1 deletion trunk/fs/proc/stat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 37be939

Please sign in to comment.