public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: Takao Indoh <indou.takao@soft.fujitsu.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/4][Diskdump]Update patches
Date: Wed, 16 Jun 2004 13:25:51 -0400	[thread overview]
Message-ID: <40D0829F.7070107@pobox.com> (raw)
In-Reply-To: <BEC4539EF0098Dindou.takao@soft.fujitsu.com>

Takao Indoh wrote:
>  static inline void tasklet_schedule(struct tasklet_struct *t)
>  {
> +	if(crashdump_mode()) {
> +		diskdump_tasklet_schedule(t);
> +		return;
> +	}
> +


I would suggest

	if (unlikely(crashdump_mode()))


  parent reply	other threads:[~2004-06-16 17:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-16 12:39 [PATCH 0/4][Diskdump]Update patches Takao Indoh
2004-06-16 12:45 ` [PATCH 1/4][Diskdump]Update patches Takao Indoh
2004-06-16 12:46 ` [PATCH 2/4][Diskdump]Update patches Takao Indoh
2004-06-16 12:48 ` [PATCH 3/4][Diskdump]Update patches Takao Indoh
2004-06-16 12:50 ` [PATCH 4/4][Diskdump]Update patches Takao Indoh
2004-06-16 17:25 ` Jeff Garzik [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-06-22 13:47 [PATCH 0/4][Diskdump]Update patches Takao Indoh
2004-07-07  8:26 Takao Indoh
2004-07-09  7:15 Takao Indoh

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=40D0829F.7070107@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=indou.takao@soft.fujitsu.com \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox