Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322592
b: refs/heads/master
c: 381bf7c
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Mack authored and Miklos Szeredi committed Sep 3, 2012
1 parent 21c4313 commit 11bfea8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8d39d801d64658d7d69e4754f287a71e9f9bbcb8
refs/heads/master: 381bf7cad9dbce701c618f8942fd35954952ef39
4 changes: 2 additions & 2 deletions trunk/fs/fuse/control.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ static ssize_t fuse_conn_max_background_write(struct file *file,
const char __user *buf,
size_t count, loff_t *ppos)
{
unsigned val;
unsigned uninitialized_var(val);
ssize_t ret;

ret = fuse_conn_limit_write(file, buf, count, ppos, &val,
Expand Down Expand Up @@ -154,7 +154,7 @@ static ssize_t fuse_conn_congestion_threshold_write(struct file *file,
const char __user *buf,
size_t count, loff_t *ppos)
{
unsigned val;
unsigned uninitialized_var(val);
ssize_t ret;

ret = fuse_conn_limit_write(file, buf, count, ppos, &val,
Expand Down

0 comments on commit 11bfea8

Please sign in to comment.