Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180624
b: refs/heads/master
c: 1a02d59
h: refs/heads/master
v: v3
  • Loading branch information
Anton Vorontsov authored and Greg Kroah-Hartman committed Feb 16, 2010
1 parent 011a41e commit 80b7e78
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: 1ebca9dad5abe8b2ed4dbd186cd657fb47c1f321
refs/heads/master: 1a02d59aba9b61b820517fb135086471c065b573
1 change: 1 addition & 0 deletions trunk/kernel/kfifo.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ EXPORT_SYMBOL(kfifo_alloc);
void kfifo_free(struct kfifo *fifo)
{
kfree(fifo->buffer);
_kfifo_init(fifo, NULL, 0);
}
EXPORT_SYMBOL(kfifo_free);

Expand Down

0 comments on commit 80b7e78

Please sign in to comment.