From: Matthew Wilcox Date: Tue, 25 Sep 2007 16:42:03 +0000 (-0400) Subject: [SCSI] gdth: Stop abusing ->done for internal commands X-Git-Tag: v2.6.24-rc1~1290^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=687d2bc4877081a44c41b5b312e012cc69edda53;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed