Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55936
b: refs/heads/master
c: cea6924
h: refs/heads/master
v: v3
  • Loading branch information
Davide Libenzi authored and Linus Torvalds committed May 11, 2007
1 parent a0b3bc3 commit e4b870f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 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: da66f7cb0f69ab27dbf5b9d0b85c4b97716c44d1
refs/heads/master: cea69241870e55638156a026814551d6c575fd7f
14 changes: 1 addition & 13 deletions trunk/fs/eventpoll.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*
*/

#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/sched.h>
Expand Down Expand Up @@ -1471,16 +1470,5 @@ static int __init eventpoll_init(void)

return 0;
}
fs_initcall(eventpoll_init);


static void __exit eventpoll_exit(void)
{
/* Undo all operations done inside eventpoll_init() */
kmem_cache_destroy(pwq_cache);
kmem_cache_destroy(epi_cache);
}

module_init(eventpoll_init);
module_exit(eventpoll_exit);

MODULE_LICENSE("GPL");

0 comments on commit e4b870f

Please sign in to comment.