commit | 687d2bc4877081a44c41b5b312e012cc69edda53 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Tue Sep 25 12:42:03 2007 -0400 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Oct 12 14:52:41 2007 -0400 |
tree | 8daf04207eb3fb61fe50aa1c051d09e9060e3de6 | |
parent | 9ec76fbf7d6da3e98070a7059699d0ca019b0c9b [diff] |
[SCSI] gdth: Stop abusing ->done for internal commands The ->done member was being used to mark commands as being internal. I decided to put a magic number in ->underflow instead. I believe this to be safe as no current user of ->underflow has any of the bottom 9 bits set. Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>