public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: "Hironobu Ishii" <ishii.hironobu@jp.fujitsu.com>
To: Christoph Hellwig <hch@lst.de>, jejb@steeleye.com
Cc: linux-scsi@vger.kernel.org
Subject: Re: [PATCH] remove scsi_cmnd->owner
Date: Mon, 20 Jun 2005 11:52:02 +0900	[thread overview]
Message-ID: <019901c57543$0b8d37b0$ce677c0a@soft.fujitsu.com> (raw)
In-Reply-To: 20050619114052.GD18801@lst.de

Hi Christoph,


> never checked anywhere
> 
> Index: linux-2.6/drivers/scsi/scsi.c
> ===================================================================
> --- linux-2.6.orig/drivers/scsi/scsi.c 2005-06-19 12:03:42.000000000 +0200
> +++ linux-2.6/drivers/scsi/scsi.c 2005-06-19 12:27:27.000000000 +0200
> @@ -258,7 +258,6 @@
>  memset(cmd, 0, sizeof(*cmd));
>  cmd->device = dev;
>  cmd->state = SCSI_STATE_UNUSED;
> - cmd->owner = SCSI_OWNER_NOBODY;
>  init_timer(&cmd->eh_timeout);
>  INIT_LIST_HEAD(&cmd->list);
>  spin_lock_irqsave(&dev->list_lock, flags);
> @@ -610,7 +609,6 @@
>  */
> 

I think these field(owner & state) are usefull to analyze 
the SCSI trouble with kernel memory dump.
Do we have another way to identify which layer 
is processing the scsi_cmnd?


Hironobu Ishii

      reply	other threads:[~2005-06-20  2:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-19 11:40 [PATCH] remove scsi_cmnd->owner Christoph Hellwig
2005-06-20  2:52 ` Hironobu Ishii [this message]

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='019901c57543$0b8d37b0$ce677c0a@soft.fujitsu.com' \
    --to=ishii.hironobu@jp.fujitsu.com \
    --cc=hch@lst.de \
    --cc=jejb@steeleye.com \
    --cc=linux-scsi@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