Re: [PATCH] epoll: don't printk pointer value

Andrew Morton (akpm@digeo.com)
Tue, 10 Dec 2002 22:41:30 -0800


Robert Love wrote:
>
> ...
> --- linux-2.5.51/fs/eventpoll.c 2002-12-09 21:45:54.000000000 -0500
> +++ linux/fs/eventpoll.c 2002-12-11 01:23:07.000000000 -0500
> @@ -1573,7 +1573,7 @@
> if (IS_ERR(eventpoll_mnt))
> goto eexit_4;
>
> - printk(KERN_INFO "[%p] eventpoll: successfully initialized.\n", current);
> + printk(KERN_INFO "eventpoll: successfully initialized.\n");
>

Guys, it's noise. Just nuke it.
-
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/