Commit ff7b2dab authored by Davide Libenzi's avatar Davide Libenzi Committed by Linus Torvalds

[PATCH] epoll bits forgot a nasty printk() ...

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

o Make the printk() to be debugging
parent 543f5492
......@@ -1573,7 +1573,7 @@ static int __init eventpoll_init(void)
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment