All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rolf Eike Beer <eike@sf-mail.de>
To: Mike Christie <michaelc@cs.wisc.edu>
Cc: linux-scsi@vger.kernel.org
Subject: Re: [PATCH] dont decrement counters from scsi_kill_request
Date: Wed, 4 Jan 2006 08:51:57 +0100	[thread overview]
Message-ID: <200601040852.15700@bilbo.math.uni-mannheim.de> (raw)
In-Reply-To: <1136360688.9634.2.camel@max>

[-- Attachment #1: Type: text/plain, Size: 204 bytes --]

Mike Christie wrote:

>+	while (end_that_request_first(req, 0, req->nr_sectors))
>+		;

This should be something like

while (...)
	{}

so it is absolutely clear that the empty body is intentional.

Eike

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2006-01-04  7:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-04  7:44 [PATCH] dont decrement counters from scsi_kill_request Mike Christie
2006-01-04  7:51 ` Rolf Eike Beer [this message]
2006-01-04  8:05   ` Al Viro
2006-01-04  8:13     ` Rolf Eike Beer
2006-01-04  9:00       ` Christoph Hellwig

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=200601040852.15700@bilbo.math.uni-mannheim.de \
    --to=eike@sf-mail.de \
    --cc=linux-scsi@vger.kernel.org \
    --cc=michaelc@cs.wisc.edu \
    /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.