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

From: Davide Libenzi (davidel@xmailserver.org)
Date: Wed Dec 11 2002 - 19:53:37 EST


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/



This archive was generated by hypermail 2b29 : Sun Dec 15 2002 - 22:00:23 EST