Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230730
b: refs/heads/master
c: ddf9c6d
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Klauser authored and Linus Torvalds committed Jan 14, 2011
1 parent 4584b53 commit 8d51382
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: 1e50df39f6e2c3a4a3394df62baa8a213df16c54
refs/heads/master: ddf9c6d472825ceda66b3adff0f6437dbcd37f71
2 changes: 1 addition & 1 deletion trunk/mm/vmalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ static struct vmap_block *new_vmap_block(gfp_t gfp_mask)
va = alloc_vmap_area(VMAP_BLOCK_SIZE, VMAP_BLOCK_SIZE,
VMALLOC_START, VMALLOC_END,
node, gfp_mask);
if (unlikely(IS_ERR(va))) {
if (IS_ERR(va)) {
kfree(vb);
return ERR_CAST(va);
}
Expand Down

0 comments on commit 8d51382

Please sign in to comment.