Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207192
b: refs/heads/master
c: e7d8634
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Linus Torvalds committed Aug 10, 2010
1 parent a9285ff commit c19b1d7
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: 90d7404558fbe6f369d5e27b5ea3ef1e57562d3d
refs/heads/master: e7d86340793e7162126926ec9d226c68f4e37f94
2 changes: 1 addition & 1 deletion trunk/mm/vmalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ static struct vmap_block *new_vmap_block(gfp_t gfp_mask)
node, gfp_mask);
if (unlikely(IS_ERR(va))) {
kfree(vb);
return ERR_PTR(PTR_ERR(va));
return ERR_CAST(va);
}

err = radix_tree_preload(gfp_mask);
Expand Down

0 comments on commit c19b1d7

Please sign in to comment.