From: Brian Uchino Date: Fri, 9 Apr 2010 21:22:49 +0000 (-0700) Subject: [SCSI] fnic: Change fnic_flush_tx() to flush tx instead of rx queue X-Git-Tag: v2.6.35-rc1~470^2^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9e9ab56b687da0b3ecb29f7a77f25aa7ae078fb;p=pandora-kernel.git [SCSI] fnic: Change fnic_flush_tx() to flush tx instead of rx queue fnic_flush_tx() is used to send frames held while fabric login is in progress. The frames are held in tx_queue, but fnic_flush_tx() was incorrectly flushing from recv_queue which is used for received frames. Signed-off-by: Brian Uchino Signed-off-by: Abhijeet Joglekar Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed