Re: Scsi_Cmnd structure

Jesse Wyant (jrwyant@frx774.dhs.org)
Tue, 10 Jul 2001 00:07:23 -0700 (PDT)


> Hello,
>
> Can someone help points me to the file location
> contain Scsi_Cmnd structure in Linux 2.4.x?
>
> Thank you,
> Michael.

I ran a quick grep through my kernel tree (from SGI's
CVS, currently at 2.4.7-pre3-xfs) to find out:

grep -nirE '^ *struct +scsi_cmnd' .

returns this:

drivers/scsi/scsi.h:685:struct scsi_cmnd {

Jesse Wyant - jrwyant@_frx774_dhs_org_
------------------------------------------------------------
QOTD:
I'm not a nerd -- I'm "socially challenged".

-
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/