From: Date: Sun, 3 Apr 2005 19:59:11 +0000 (-0500) Subject: [PATCH] scsi: remove meaningless scsi_cmnd->serial_number_at_timeout field X-Git-Tag: v2.6.12-rc3~27^2~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84011ae88da62a20b3ae7b48e2ae3b1ef0fc810a;p=pandora-kernel.git [PATCH] scsi: remove meaningless scsi_cmnd->serial_number_at_timeout field scsi_cmnd->serial_number_at_timeout doesn't serve any purpose anymore. All serial_number == serial_number_at_timeout tests are always true in abort callbacks. Kill the field. Also, as ->pid always equals ->serial_number and ->serial_number doesn't have any special meaning anymore, update comments above ->serial_number accordingly. Once we remove all uses of this field from all lldd's, this field should go. Signed-off-by: Tejun Heo Signed-off-by: James Bottomley --- Reading git-diff-tree failed