]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/eventpoll.c
[PATCH] make some things static
[net-next-2.6.git] / fs / eventpoll.c
index 05b966cd6f7696144268d5cac92e30bea3f89c34..9900e333655aca0e1bd8e29e3905dfcd94e05cc3 100644 (file)
@@ -320,7 +320,7 @@ static struct super_block *eventpollfs_get_sb(struct file_system_type *fs_type,
 /*
  * This semaphore is used to serialize ep_free() and eventpoll_release_file().
  */
-struct semaphore epsem;
+static struct semaphore epsem;
 
 /* Safe wake up implementation */
 static struct poll_safewake psw;