Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310555
b: refs/heads/master
c: 39caa09
h: refs/heads/master
i:
  310553: a40345b
  310551: 08fa907
v: v3
  • Loading branch information
Joern Engel authored and Linus Torvalds committed Jun 7, 2012
1 parent 0dfe3c9 commit 0aa4b62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cbf8ae32f66a9ceb8907ad9e16663c2a29e48990
refs/heads/master: 39caa0916ef27cf1da5026eb708a2b8413156f75
1 change: 1 addition & 0 deletions trunk/lib/btree.c
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ static int btree_insert_level(struct btree_head *head, struct btree_geo *geo,
int btree_insert(struct btree_head *head, struct btree_geo *geo,
unsigned long *key, void *val, gfp_t gfp)
{
BUG_ON(!val);
return btree_insert_level(head, geo, key, val, 1, gfp);
}
EXPORT_SYMBOL_GPL(btree_insert);
Expand Down

0 comments on commit 0aa4b62

Please sign in to comment.