Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98906
b: refs/heads/master
c: e180f59
h: refs/heads/master
v: v3
  • Loading branch information
maximilian attems authored and Jens Axboe committed Jul 3, 2008
1 parent 7654745 commit 2618320
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: cc371e66e340f35eed8dc4651c7c18e754c7fb26
refs/heads/master: e180f5949327e897bc35a816f4f4010186632df9
2 changes: 1 addition & 1 deletion trunk/block/elevator.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ static struct elevator_type *elevator_get(const char *name)
else
sprintf(elv, "%s-iosched", name);

request_module(elv);
request_module("%s", elv);
spin_lock(&elv_list_lock);
e = elevator_find(name);
}
Expand Down

0 comments on commit 2618320

Please sign in to comment.