From: Bartlomiej Zolnierkiewicz Date: Fri, 10 Oct 2008 20:39:35 +0000 (+0200) Subject: ide-{floppy,tape}: remove request stack X-Git-Tag: v2.6.28-rc1~710^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=394a4c2101f43bfb5fea7b5d1f5789a14ac018d7;p=pandora-kernel.git ide-{floppy,tape}: remove request stack * Add 'struct request request_sense_rq' to struct ide_{floppy,tape}_obj and switch ide*_retry_pc() to use it (there can be only one REQUEST SENSE request active for a given device). * Remove no longer needed ide*_next_rq_storage(), rq_stack[] and rq_stack_index. * DBG_PCRQ_STACK -> DBG_PC_STACK * Update comments for IDE*_PC_STACK and idetape_queue_pc_{head,tail}(). There should be no functional changes caused by this patch. Cc: Borislav Petkov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed