X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Feventpoll.c;h=9900e333655aca0e1bd8e29e3905dfcd94e05cc3;hb=fb395884576684ebb54b19b1054f4caed589d5f0;hp=05b966cd6f7696144268d5cac92e30bea3f89c34;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=linux-2.6 diff --git a/fs/eventpoll.c b/fs/eventpoll.c index 05b966cd6f..9900e33365 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, /* * 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;