Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71719
b: refs/heads/master
c: bb56acf
h: refs/heads/master
i:
  71717: 9c5b95f
  71715: bf4cd3b
  71711: b2d47d3
v: v3
  • Loading branch information
Jesper Juhl authored and Alasdair G Kergon committed Oct 20, 2007
1 parent f9ea22e commit d213625
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: 9e4e5f87ebcadb7ad9aca640bbe1038e1545e9f8
refs/heads/master: bb56acf840600421e68f49bb037d1c659fcb37f8
2 changes: 1 addition & 1 deletion trunk/drivers/md/dm-ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,7 @@ static int copy_params(struct dm_ioctl __user *user, struct dm_ioctl **param)
if (tmp.data_size < sizeof(tmp))
return -EINVAL;

dmi = (struct dm_ioctl *) vmalloc(tmp.data_size);
dmi = vmalloc(tmp.data_size);
if (!dmi)
return -ENOMEM;

Expand Down

0 comments on commit d213625

Please sign in to comment.