Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95668
b: refs/heads/master
c: af8e2a4
h: refs/heads/master
v: v3
  • Loading branch information
Nadia Derbey authored and Linus Torvalds committed May 1, 2008
1 parent 50d4c10 commit 50a7318
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: 7793bfcfccc91d036d61618d90baf2be3d76e710
refs/heads/master: af8e2a4cb9b3e14b919ae1cd4012825aefddbeb0
2 changes: 1 addition & 1 deletion trunk/lib/idr.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@ void idr_remove(struct idr *idp, int id)
while (idp->id_free_cnt >= IDR_FREE_MAX) {
p = alloc_layer(idp);
kmem_cache_free(idr_layer_cache, p);
return;
}
return;
}
EXPORT_SYMBOL(idr_remove);

Expand Down

0 comments on commit 50a7318

Please sign in to comment.