Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115092
b: refs/heads/master
c: 08ff39f
h: refs/heads/master
v: v3
  • Loading branch information
Sven Wegener authored and NeilBrown committed Oct 16, 2008
1 parent a60d243 commit f286138
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 255707274ea25d486b7de060a30ba4ac50593408
refs/heads/master: 08ff39f1c8f2134f7d0f38123ca5952371665cc5
2 changes: 2 additions & 0 deletions trunk/drivers/md/faulty.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ static int run(mddev_t *mddev)
int i;

conf_t *conf = kmalloc(sizeof(*conf), GFP_KERNEL);
if (!conf)
return -ENOMEM;

for (i=0; i<Modes; i++) {
atomic_set(&conf->counters[i], 0);
Expand Down

0 comments on commit f286138

Please sign in to comment.