Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75372
b: refs/heads/master
c: a24eab1
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe committed Jan 11, 2008
1 parent e37f819 commit 26ea50f
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: b801a1e7dbca3f51d0a4b22a750ae257196002cb
refs/heads/master: a24eab1ed506f3e0bcbcd3f619558935549d4ace
2 changes: 1 addition & 1 deletion trunk/drivers/block/loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ static int loop_thread(void *data)
static int loop_switch(struct loop_device *lo, struct file *file)
{
struct switch_request w;
struct bio *bio = bio_alloc(GFP_KERNEL, 1);
struct bio *bio = bio_alloc(GFP_KERNEL, 0);
if (!bio)
return -ENOMEM;
init_completion(&w.wait);
Expand Down

0 comments on commit 26ea50f

Please sign in to comment.