diff options
Diffstat (limited to 'fs/eventpoll.c')
-rw-r--r-- | fs/eventpoll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/eventpoll.c b/fs/eventpoll.c index 05b966cd6f76..9900e333655a 100644 --- a/fs/eventpoll.c +++ b/fs/eventpoll.c | |||
@@ -320,7 +320,7 @@ static struct super_block *eventpollfs_get_sb(struct file_system_type *fs_type, | |||
320 | /* | 320 | /* |
321 | * This semaphore is used to serialize ep_free() and eventpoll_release_file(). | 321 | * This semaphore is used to serialize ep_free() and eventpoll_release_file(). |
322 | */ | 322 | */ |
323 | struct semaphore epsem; | 323 | static struct semaphore epsem; |
324 | 324 | ||
325 | /* Safe wake up implementation */ | 325 | /* Safe wake up implementation */ |
326 | static struct poll_safewake psw; | 326 | static struct poll_safewake psw; |