Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73203
b: refs/heads/master
c: 4f40c05
h: refs/heads/master
i:
  73201: e0050cc
  73199: d2e9eeb
v: v3
  • Loading branch information
WANG Cong authored and Linus Torvalds committed Nov 5, 2007
1 parent a69153d commit 4c11ee8
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: b07989f51eea16e2fe3eab032801599d952966fb
refs/heads/master: 4f40c05528f9d612057a3dd382008a54179f8919
2 changes: 1 addition & 1 deletion trunk/arch/um/drivers/ubd_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ static int ubd_add(int n, char **error_out)
ubd_dev->size = ROUND_BLOCK(ubd_dev->size);

INIT_LIST_HEAD(&ubd_dev->restart);
sg_init_table(&ubd_dev->sg, MAX_SG);
sg_init_table(ubd_dev->sg, MAX_SG);

err = -ENOMEM;
ubd_dev->queue = blk_init_queue(do_ubd_request, &ubd_dev->lock);
Expand Down

0 comments on commit 4c11ee8

Please sign in to comment.