[SCSI] Remove ->pid field from scsi_cmnd
authorMatthew Wilcox <matthew@wil.cx>
Wed, 19 Sep 2007 01:54:43 +0000 (19:54 -0600)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:51:52 +0000 (14:51 -0400)
The pid field is a duplicate of the serial_number field and has been
scheduled for removal for a long time.  A few drivers were still using
it, so just change them to use serial_number instead.

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found