]> err.no Git - linux-2.6/blobdiff - fs/eventpoll.c
[PATCH] sb_set_blocksize cleanup
[linux-2.6] / fs / eventpoll.c
index f5d69f46ba9b4aeb78a994dcfc37d4738b634b1f..1c2b16fda13aa8caf87869f29d2db8eb29ac8438 100644 (file)
@@ -452,15 +452,6 @@ static void ep_poll_safewake(struct poll_safewake *psw, wait_queue_head_t *wq)
 }
 
 
-/* Used to initialize the epoll bits inside the "struct file" */
-void eventpoll_init_file(struct file *file)
-{
-
-       INIT_LIST_HEAD(&file->f_ep_links);
-       spin_lock_init(&file->f_ep_lock);
-}
-
-
 /*
  * This is called from eventpoll_release() to unlink files from the eventpoll
  * interface. We need to have this facility to cleanup correctly files that are