All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Love <rml@tech9.net>
To: William Lee Irwin III <wli@holomorphy.com>
Cc: davidel@xmailserver.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] epoll: don't printk pointer value
Date: 11 Dec 2002 01:33:49 -0500	[thread overview]
Message-ID: <1039588429.832.6.camel@phantasy> (raw)
In-Reply-To: <20021211063031.GH9882@holomorphy.com>

On Wed, 2002-12-11 at 01:30, William Lee Irwin III wrote:

> You're still passing current as an argument to the printk.

Ah crap.  That is what I get for not testing it... nothing is too
trivial, boys and girls.

Thanks, Bill.

	Robert Love

 fs/eventpoll.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -urN linux-2.5.51/fs/eventpoll.c linux/fs/eventpoll.c
--- 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");
 
 	return 0;
 




  reply	other threads:[~2002-12-11  6:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-11  6:27 [PATCH] epoll: don't printk pointer value Robert Love
2002-12-11  6:30 ` William Lee Irwin III
2002-12-11  6:33   ` Robert Love [this message]
2002-12-11  6:41     ` Andrew Morton
2002-12-11  6:45       ` Robert Love
2002-12-11  7:53       ` William Lee Irwin III
2002-12-11 17:16 ` Davide Libenzi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1039588429.832.6.camel@phantasy \
    --to=rml@tech9.net \
    --cc=davidel@xmailserver.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=wli@holomorphy.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.