commit | 12a441622b753684cc73d1c6f225e9ac53e0bf77 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <[email protected]> | Tue Sep 18 19:54:43 2007 -0600 |
committer | James Bottomley <[email protected]> | Fri Oct 12 14:51:52 2007 -0400 |
tree | 71a2314ae948c0e2697d68a902d6bfbec85e1fc0 | |
parent | 13ba9bcbfd6741e4c01ac5a505888b7b3a6d99da [diff] |
[SCSI] Remove ->pid field from scsi_cmnd 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 <[email protected]> Signed-off-by: James Bottomley <[email protected]>