From: Neil Horman Date: Fri, 9 Mar 2012 22:50:19 +0000 (-0800) Subject: [SCSI] fcoe: remove frame dropping code from fcoe_percpu_clean X-Git-Tag: v3.4-rc1~6^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd060e74fb4c2513420d8af7371cda2f3eea4fa9;p=pandora-kernel.git [SCSI] fcoe: remove frame dropping code from fcoe_percpu_clean commit e7a51997dad4e17395be1209970e18d2e9305b24 ([SCSI] fcoe: flush per-cpu thread work when destroying interface) added a skb flush to the fcoe_rx_list, which ensures that we push any pending frames on the list through the per-cpu receive thread. Because of this, its redundant to lock and scan the list first, dropping any arriving frames. Signed-off-by: Neil Horman Acked-by: Vasu Dev Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed