[patch/trvial^3] epoll bits forgot a nasty printk() ...

Davide Libenzi (davidel@xmailserver.org)
Wed, 11 Dec 2002 16:53:37 -0800 (PST)


Linus, Robert made me notice that I forgot an explicit debugging printk()
inside the epoll module.

o Make the printk() to be debugging

- Davide

diff -Nru linux-2.5.51.vanilla/fs/eventpoll.c linux-2.5.51.epoll/fs/eventpoll.c
--- linux-2.5.51.vanilla/fs/eventpoll.c Wed Dec 11 16:28:11 2002
+++ linux-2.5.51.epoll/fs/eventpoll.c Wed Dec 11 16:31:46 2002
@@ -1573,7 +1573,7 @@
if (IS_ERR(eventpoll_mnt))
goto eexit_4;

- printk(KERN_INFO "[%p] eventpoll: successfully initialized.\n", current);
+ DNPRINTK(3, (KERN_INFO "[%p] eventpoll: successfully initialized.\n", current));

return 0;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/